Uses of Class
org.apache.syncope.client.console.rest.RealmRestClient
-
-
Uses of RealmRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return RealmRestClient Modifier and Type Method Description RealmRestClientIdRepoConsoleContext. realmRestClient()Methods in org.apache.syncope.client.console with parameters of type RealmRestClient Modifier and Type Method Description booleanSyncopeWebApplication. fullRealmsTree(RealmRestClient restClient) -
Uses of RealmRestClient in org.apache.syncope.client.console.clientapps
Fields in org.apache.syncope.client.console.clientapps declared as RealmRestClient Modifier and Type Field Description protected RealmRestClientClientAppDirectoryPanel. realmRestClientprotected RealmRestClientClientAppModalPanelBuilder. realmRestClientConstructors in org.apache.syncope.client.console.clientapps with parameters of type RealmRestClient Constructor Description ClientAppModalPanelBuilder(ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, PageReference pageRef) -
Uses of RealmRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as RealmRestClient Modifier and Type Field Description protected RealmRestClientRealms. realmRestClientprotected RealmRestClientSecurity. realmRestClient -
Uses of RealmRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as RealmRestClient Modifier and Type Field Description protected RealmRestClientRealm. realmRestClientprotected RealmRestClientRealmChoicePanel. realmRestClientprotected RealmRestClientRealmWizardBuilder. realmRestClientConstructors in org.apache.syncope.client.console.panels with parameters of type RealmRestClient Constructor Description RealmChoicePanel(String id, String base, RealmRestClient realmRestClient, PageReference pageRef)RealmWizardBuilder(RealmRestClient realmRestClient, PageReference pageRef) -
Uses of RealmRestClient in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status declared as RealmRestClient Modifier and Type Field Description protected RealmRestClientReconTaskPanel. realmRestClient -
Uses of RealmRestClient in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks declared as RealmRestClient Modifier and Type Field Description protected RealmRestClientSchedTaskDirectoryPanel. realmRestClientprotected RealmRestClientSchedTaskWizardBuilder. realmRestClientConstructors in org.apache.syncope.client.console.tasks with parameters of type RealmRestClient Constructor Description SchedTaskWizardBuilder(TaskType type, T taskTO, RealmRestClient realmRestClient, TaskRestClient taskRestClient, PageReference pageRef) -
Uses of RealmRestClient in org.apache.syncope.client.console.widgets
Fields in org.apache.syncope.client.console.widgets declared as RealmRestClient Modifier and Type Field Description protected RealmRestClientJobWidget. realmRestClient -
Uses of RealmRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as RealmRestClient Modifier and Type Field Description protected RealmRestClientDetails. realmRestClient -
Uses of RealmRestClient in org.apache.syncope.client.console.wizards.resources
Fields in org.apache.syncope.client.console.wizards.resources declared as RealmRestClient Modifier and Type Field Description protected RealmRestClientConnectorDetailsPanel. realmRestClient -
Uses of RealmRestClient in org.apache.syncope.client.console.wizards.role
Fields in org.apache.syncope.client.console.wizards.role declared as RealmRestClient Modifier and Type Field Description protected RealmRestClientRoleWizardBuilder. realmRestClientConstructors in org.apache.syncope.client.console.wizards.role with parameters of type RealmRestClient Constructor Description RoleWizardBuilder(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)
-