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 ResourceRestClient
IdMConsoleContext. resourceRestClient()
Methods in org.apache.syncope.client.console with parameters of type ResourceRestClient Modifier and Type Method Description AnyDirectoryPanelAdditionalActionLinksProvider
IdMConsoleContext. anyDirectoryPanelAdditionalActionLinksProvider(ResourceRestClient resourceRestClient, UserRestClient userRestClient)
ExternalResourceProvider
IdMConsoleContext. 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 ResourceRestClient
IdMAnyDirectoryPanelAdditionalActionLinksProvider. resourceRestClient
protected ResourceRestClient
ResourceDataProvider. resourceRestClient
Constructors 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 ResourceRestClient
Resources. 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 ResourceRestClient
ConnectorDirectoryPanel. resourceRestClient
protected ResourceRestClient
ConnObjectListViewPanel. resourceRestClient
protected ResourceRestClient
VirSchemaDetails. resourceRestClient
Constructors 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 ResourceRestClient
AnyStatusDirectoryPanel. 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 ResourceRestClient
Topology. resourceRestClient
protected ResourceRestClient
TopologyTogglePanel. resourceRestClient
protected ResourceRestClient
TopologyWebSocketBehavior. 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 ResourceRestClient
LinkedAccountDetailsPanel. resourceRestClient
protected ResourceRestClient
MergeLinkedAccountsResourcesPanel. resourceRestClient
protected ResourceRestClient
MergeLinkedAccountsReviewPanel. resourceRestClient
protected ResourceRestClient
MergeLinkedAccountsWizardBuilder. resourceRestClient
Constructors 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 ResourceRestClient
ResourceProvisionPanel. resourceRestClient
protected ResourceRestClient
ResourceWizardBuilder. resourceRestClient
Constructors in org.apache.syncope.client.console.wizards.resources with parameters of type ResourceRestClient Constructor Description ResourceWizardBuilder(ResourceTO resourceTO, ResourceRestClient resourceRestClient, ConnectorRestClient connectorRestClient, PageReference pageRef)
-