Uses of Class
org.apache.syncope.client.console.rest.ApplicationRestClient
Packages that use ApplicationRestClient
Package
Description
-
Uses of ApplicationRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return ApplicationRestClient -
Uses of ApplicationRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as ApplicationRestClient -
Uses of ApplicationRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as ApplicationRestClientModifier and TypeFieldDescriptionprotected ApplicationRestClient
ApplicationModalPanel.applicationRestClient
protected final ApplicationRestClient
PrivilegeWizardBuilder.applicationRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type ApplicationRestClientModifierConstructorDescriptionBuilder
(ApplicationRestClient restClient, PageReference pageRef) protected
PrivilegeDirectoryPanel
(BaseModal<PrivilegeTO> baseModal, ApplicationRestClient restClient, ApplicationTO application, PageReference pageRef) PrivilegeWizardBuilder
(ApplicationTO application, PrivilegeTO privilege, ApplicationRestClient applicationRestClient, PageReference pageRef) -
Uses of ApplicationRestClient in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search declared as ApplicationRestClientModifier and TypeFieldDescriptionprotected ApplicationRestClient
UserSearchPanel.applicationRestClient
-
Uses of ApplicationRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as ApplicationRestClientModifier and TypeFieldDescriptionprotected ApplicationRestClient
LinkedAccountPrivilegesPanel.applicationRestClient
-
Uses of ApplicationRestClient in org.apache.syncope.client.console.wizards.role
Fields in org.apache.syncope.client.console.wizards.role declared as ApplicationRestClientModifier and TypeFieldDescriptionprotected final ApplicationRestClient
RoleWizardBuilder.applicationRestClient
Constructors in org.apache.syncope.client.console.wizards.role with parameters of type ApplicationRestClientModifierConstructorDescriptionRoleWizardBuilder
(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)