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 AnyLayoutAnyLayoutUtils.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 RoleRestClientGroupDirectoryPanel.roleRestClientprotected RoleRestClientLinkedAccountModalPanel.roleRestClientprotected RoleRestClientRealm.roleRestClientprotected RoleRestClientRemediationDirectoryPanel.roleRestClientprotected RoleRestClientUserRequestFormDirectoryPanel.roleRestClientConstructors 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, PageReference pageRef)