Uses of Class
org.apache.syncope.client.console.rest.AuthModuleRestClient
-
-
Uses of AuthModuleRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return AuthModuleRestClient Modifier and Type Method Description AuthModuleRestClientAMConsoleContext. authModuleRestClient() -
Uses of AuthModuleRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as AuthModuleRestClient Modifier and Type Field Description protected AuthModuleRestClientWA. authModuleRestClient -
Uses of AuthModuleRestClient in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type AuthModuleRestClient Constructor Description AuthModuleDirectoryPanel(String id, AuthModuleRestClient restClient, org.apache.wicket.PageReference pageRef) -
Uses of AuthModuleRestClient in org.apache.syncope.client.console.policies
Fields in org.apache.syncope.client.console.policies declared as AuthModuleRestClient Modifier and Type Field Description protected AuthModuleRestClientAuthPolicyModalPanel. authModuleRestClient -
Uses of AuthModuleRestClient in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards declared as AuthModuleRestClient Modifier and Type Field Description protected AuthModuleRestClientAuthModuleWizardBuilder. authModuleRestClientConstructors in org.apache.syncope.client.console.wizards with parameters of type AuthModuleRestClient Constructor Description AuthModuleWizardBuilder(org.apache.syncope.common.lib.to.AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, org.apache.wicket.PageReference pageRef)
-