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 DynRealmRestClientIdRepoConsoleContext. 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 DynRealmRestClientSecurity. 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 DynRealmRestClientDynRealmModalPanel. dynRealmRestClientConstructors 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 DynRealmRestClientRoleWizardBuilder. dynRealmRestClientConstructors 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)
-