Uses of Class
org.apache.syncope.client.console.rest.ApplicationRestClient
-
-
Uses of ApplicationRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return ApplicationRestClient Modifier and Type Method Description ApplicationRestClient
IdRepoConsoleContext. applicationRestClient()
-
Uses of ApplicationRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as ApplicationRestClient Modifier and Type Field Description protected ApplicationRestClient
Security. applicationRestClient
-
Uses of ApplicationRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as ApplicationRestClient Modifier and Type Field Description protected ApplicationRestClient
ApplicationModalPanel. applicationRestClient
protected ApplicationRestClient
PrivilegeWizardBuilder. applicationRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type ApplicationRestClient Constructor Description Builder(ApplicationRestClient restClient, PageReference pageRef)
PrivilegeDirectoryPanel(BaseModal<PrivilegeTO> baseModal, ApplicationRestClient restClient, ApplicationTO application, PageReference pageRef)
PrivilegeWizardBuilder(ApplicationTO application, PrivilegeTO privilege, ApplicationRestClient applicationRestClient, PageReference pageRef)
-
Uses of ApplicationRestClient in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search declared as ApplicationRestClient Modifier and Type Field Description protected ApplicationRestClient
UserSearchPanel. applicationRestClient
-
Uses of ApplicationRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as ApplicationRestClient Modifier and Type Field Description protected ApplicationRestClient
LinkedAccountPrivilegesPanel. applicationRestClient
-
Uses of ApplicationRestClient in org.apache.syncope.client.console.wizards.role
Fields in org.apache.syncope.client.console.wizards.role declared as ApplicationRestClient Modifier and Type Field Description protected ApplicationRestClient
RoleWizardBuilder. applicationRestClient
Constructors in org.apache.syncope.client.console.wizards.role with parameters of type ApplicationRestClient Constructor Description RoleWizardBuilder(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)
-