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 AuthModuleRestClient
AMConsoleContext. 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 AuthModuleRestClient
WA. 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, 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 AuthModuleRestClient
AuthPolicyModalPanel. 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 AuthModuleRestClient
AuthModuleWizardBuilder. authModuleRestClient
Constructors in org.apache.syncope.client.console.wizards with parameters of type AuthModuleRestClient Constructor Description AuthModuleWizardBuilder(AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, PageReference pageRef)
-