Uses of Class
org.apache.syncope.client.console.rest.RoleRestClient
Packages that use RoleRestClient
Package
Description
-
Uses of RoleRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return RoleRestClient -
Uses of RoleRestClient in org.apache.syncope.client.console.layout
Methods in org.apache.syncope.client.console.layout with parameters of type RoleRestClientModifier and TypeMethodDescriptionstatic AnyLayout
AnyLayoutUtils.fetch
(RoleRestClient roleRestClient, List<String> anyTypes) -
Uses of RoleRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as RoleRestClient -
Uses of RoleRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as RoleRestClientModifier and TypeFieldDescriptionprotected RoleRestClient
GroupDirectoryPanel.roleRestClient
protected RoleRestClient
LinkedAccountModalPanel.roleRestClient
protected RoleRestClient
Realm.roleRestClient
protected RoleRestClient
RemediationDirectoryPanel.roleRestClient
protected RoleRestClient
UserRequestFormDirectoryPanel.roleRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type RoleRestClient -
Uses of RoleRestClient in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search declared as RoleRestClient -
Uses of RoleRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as RoleRestClient -
Uses of RoleRestClient in org.apache.syncope.client.console.wizards.role
Fields in org.apache.syncope.client.console.wizards.role declared as RoleRestClientConstructors in org.apache.syncope.client.console.wizards.role with parameters of type RoleRestClientModifierConstructorDescriptionRoleWizardBuilder
(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)