Uses of Class
org.apache.syncope.client.console.rest.DelegationRestClient
-
-
Uses of DelegationRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return DelegationRestClient Modifier and Type Method Description DelegationRestClient
IdRepoConsoleContext. delegationRestClient()
-
Uses of DelegationRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as DelegationRestClient Modifier and Type Field Description protected DelegationRestClient
Security. delegationRestClient
-
Uses of DelegationRestClient in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type DelegationRestClient Constructor Description Builder(DelegationRestClient restClient, PageReference pageRef)
-
Uses of DelegationRestClient in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards declared as DelegationRestClient Modifier and Type Field Description protected DelegationRestClient
DelegationWizardBuilder. delegationRestClient
Constructors in org.apache.syncope.client.console.wizards with parameters of type DelegationRestClient Constructor Description DelegationWizardBuilder(DelegationTO defaultItem, UserRestClient userRestClient, DelegationRestClient delegationRestClient, PageReference pageRef)
-