Uses of Class
org.apache.syncope.client.console.rest.AuthProfileRestClient
Packages that use AuthProfileRestClient
Package
Description
-
Uses of AuthProfileRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return AuthProfileRestClient -
Uses of AuthProfileRestClient in org.apache.syncope.client.console.authprofiles
Fields in org.apache.syncope.client.console.authprofiles declared as AuthProfileRestClientModifier and TypeFieldDescriptionprotected final AuthProfileRestClientAuthProfileWizardBuilder.authProfileRestClientConstructors in org.apache.syncope.client.console.authprofiles with parameters of type AuthProfileRestClientModifierConstructorDescriptionAuthProfileDirectoryPanel(String id, ServiceOps serviceOps, AuthProfileRestClient restClient, PageReference pageRef) AuthProfileItemDirectoryPanel(String id, ServiceOps serviceOps, AuthProfileRestClient restClient, BaseModal<AuthProfileTO> authProfileModal, AuthProfileTO authProfile, List<String> excluded, PageReference pageRef) protectedAuthProfileItemWizardBuilder(List<String> excluded, ServiceOps serviceOps, AuthProfileRestClient authProfileRestClient, PageReference pageRef) AuthProfilePanel(String id, ServiceOps serviceOps, AuthProfileRestClient authProfileRestClient, PageReference pageRef) AuthProfileWizardBuilder(T defaultItem, AuthProfileWizardBuilder.StepModel<T> model, List<String> excluded, ServiceOps serviceOps, AuthProfileRestClient authProfileRestClient, PageReference pageRef) -
Uses of AuthProfileRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as AuthProfileRestClient