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 ApplicationRestClientIdRepoConsoleContext. 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 ApplicationRestClientSecurity. 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 ApplicationRestClientApplicationModalPanel. applicationRestClientprotected ApplicationRestClientPrivilegeWizardBuilder. applicationRestClientConstructors 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 ApplicationRestClientUserSearchPanel. 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 ApplicationRestClientLinkedAccountPrivilegesPanel. 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 ApplicationRestClientRoleWizardBuilder. applicationRestClientConstructors 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)
-