Uses of Class
org.apache.syncope.client.console.rest.ResourceRestClient
-
-
Uses of ResourceRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return ResourceRestClient Modifier and Type Method Description ResourceRestClientIdMConsoleContext. resourceRestClient()Methods in org.apache.syncope.client.console with parameters of type ResourceRestClient Modifier and Type Method Description AnyDirectoryPanelAdditionalActionLinksProviderIdMConsoleContext. anyDirectoryPanelAdditionalActionLinksProvider(ResourceRestClient resourceRestClient, UserRestClient userRestClient)ExternalResourceProviderIdMConsoleContext. resourceProvider(ResourceRestClient resourceRestClient) -
Uses of ResourceRestClient in org.apache.syncope.client.console.commons
Fields in org.apache.syncope.client.console.commons declared as ResourceRestClient Modifier and Type Field Description protected ResourceRestClientIdMAnyDirectoryPanelAdditionalActionLinksProvider. resourceRestClientprotected ResourceRestClientResourceDataProvider. resourceRestClientConstructors in org.apache.syncope.client.console.commons with parameters of type ResourceRestClient Constructor Description IdMAnyDirectoryPanelAdditionalActionLinksProvider(ResourceRestClient resourceRestClient, UserRestClient userRestClient)IdMExternalResourceProvider(ResourceRestClient resourceRestClient)ResourceDataProvider(ResourceRestClient resourceRestClient, int paginatorRows, PageReference pageRef, String keyword) -
Uses of ResourceRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as ResourceRestClient Modifier and Type Field Description protected ResourceRestClientResources. resourceRestClient -
Uses of ResourceRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as ResourceRestClient Modifier and Type Field Description protected ResourceRestClientConnectorDirectoryPanel. resourceRestClientprotected ResourceRestClientConnObjectListViewPanel. resourceRestClientprotected ResourceRestClientVirSchemaDetails. resourceRestClientConstructors in org.apache.syncope.client.console.panels with parameters of type ResourceRestClient Constructor Description Builder(ResourceRestClient restClient, PageReference pageRef) -
Uses of ResourceRestClient in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status declared as ResourceRestClient Modifier and Type Field Description protected ResourceRestClientAnyStatusDirectoryPanel. resourceRestClient -
Uses of ResourceRestClient in org.apache.syncope.client.console.topology
Fields in org.apache.syncope.client.console.topology declared as ResourceRestClient Modifier and Type Field Description protected ResourceRestClientTopology. resourceRestClientprotected ResourceRestClientTopologyTogglePanel. resourceRestClientprotected ResourceRestClientTopologyWebSocketBehavior. resourceRestClient -
Uses of ResourceRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as ResourceRestClient Modifier and Type Field Description protected ResourceRestClientLinkedAccountDetailsPanel. resourceRestClientprotected ResourceRestClientMergeLinkedAccountsResourcesPanel. resourceRestClientprotected ResourceRestClientMergeLinkedAccountsReviewPanel. resourceRestClientprotected ResourceRestClientMergeLinkedAccountsWizardBuilder. resourceRestClientConstructors in org.apache.syncope.client.console.wizards.any with parameters of type ResourceRestClient Constructor Description MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, UserDirectoryPanel parentPanel, BaseModal<?> modal, ResourceRestClient resourceRestClient, UserRestClient userRestClient, PageReference pageRef) -
Uses of ResourceRestClient in org.apache.syncope.client.console.wizards.resources
Fields in org.apache.syncope.client.console.wizards.resources declared as ResourceRestClient Modifier and Type Field Description protected ResourceRestClientResourceProvisionPanel. resourceRestClientprotected ResourceRestClientResourceWizardBuilder. resourceRestClientConstructors in org.apache.syncope.client.console.wizards.resources with parameters of type ResourceRestClient Constructor Description ResourceWizardBuilder(ResourceTO resourceTO, ResourceRestClient resourceRestClient, ConnectorRestClient connectorRestClient, PageReference pageRef)
-