Uses of Class
org.apache.syncope.client.console.rest.DynRealmRestClient
-
-
Uses of DynRealmRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return DynRealmRestClient Modifier and Type Method Description DynRealmRestClient
IdRepoConsoleContext. dynRealmRestClient()
-
Uses of DynRealmRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as DynRealmRestClient Modifier and Type Field Description protected DynRealmRestClient
Security. dynRealmRestClient
-
Uses of DynRealmRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as DynRealmRestClient Modifier and Type Field Description protected DynRealmRestClient
DynRealmModalPanel. dynRealmRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type DynRealmRestClient Constructor Description Builder(DynRealmRestClient restClient, PageReference pageRef)
-
Uses of DynRealmRestClient in org.apache.syncope.client.console.wizards.role
Fields in org.apache.syncope.client.console.wizards.role declared as DynRealmRestClient Modifier and Type Field Description protected DynRealmRestClient
RoleWizardBuilder. dynRealmRestClient
Constructors in org.apache.syncope.client.console.wizards.role with parameters of type DynRealmRestClient Constructor Description RoleWizardBuilder(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)
-