Uses of Class
org.apache.syncope.client.console.rest.DynRealmRestClient
Packages that use DynRealmRestClient
Package
Description
-
Uses of DynRealmRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return DynRealmRestClient -
Uses of DynRealmRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as DynRealmRestClient -
Uses of DynRealmRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as DynRealmRestClientModifier and TypeFieldDescriptionprotected DynRealmRestClient
DynRealmModalPanel.dynRealmRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type DynRealmRestClient -
Uses of DynRealmRestClient in org.apache.syncope.client.console.wizards.role
Fields in org.apache.syncope.client.console.wizards.role declared as DynRealmRestClientModifier and TypeFieldDescriptionprotected final DynRealmRestClient
RoleWizardBuilder.dynRealmRestClient
Constructors in org.apache.syncope.client.console.wizards.role with parameters of type DynRealmRestClientModifierConstructorDescriptionRoleWizardBuilder
(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)