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 RealmRestClient
IdRepoConsoleContext. realmRestClient()
Methods in org.apache.syncope.client.console with parameters of type RealmRestClient Modifier and Type Method Description boolean
SyncopeWebApplication. 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 RealmRestClient
ClientAppDirectoryPanel. realmRestClient
protected RealmRestClient
ClientAppModalPanelBuilder. realmRestClient
Constructors 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 RealmRestClient
Realms. realmRestClient
protected RealmRestClient
Security. 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 RealmRestClient
Realm. realmRestClient
protected RealmRestClient
RealmChoicePanel. realmRestClient
protected RealmRestClient
RealmWizardBuilder. realmRestClient
Constructors 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 RealmRestClient
ReconTaskPanel. 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 RealmRestClient
SchedTaskDirectoryPanel. realmRestClient
protected RealmRestClient
SchedTaskWizardBuilder. realmRestClient
Constructors 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 RealmRestClient
JobWidget. 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 RealmRestClient
Details. 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 RealmRestClient
ConnectorDetailsPanel. 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 RealmRestClient
RoleWizardBuilder. realmRestClient
Constructors 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)
-