Uses of Class
org.apache.syncope.client.console.rest.RoleRestClient
-
-
Uses of RoleRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return RoleRestClient Modifier and Type Method Description RoleRestClientIdRepoConsoleContext. roleRestClient() -
Uses of RoleRestClient in org.apache.syncope.client.console.layout
Methods in org.apache.syncope.client.console.layout with parameters of type RoleRestClient Modifier and Type Method Description static AnyLayoutAnyLayoutUtils. fetch(RoleRestClient roleRestClient, List<String> anyTypes) -
Uses of RoleRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as RoleRestClient Modifier and Type Field Description protected RoleRestClientSecurity. roleRestClient -
Uses of RoleRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as RoleRestClient Modifier and Type Field Description protected RoleRestClientGroupDirectoryPanel. roleRestClientprotected RoleRestClientLinkedAccountModalPanel. roleRestClientprotected RoleRestClientRealm. roleRestClientprotected RoleRestClientRemediationDirectoryPanel. roleRestClientprotected RoleRestClientUserRequestFormDirectoryPanel. roleRestClientConstructors in org.apache.syncope.client.console.panels with parameters of type RoleRestClient Constructor Description Builder(RoleRestClient restClient, PageReference pageRef) -
Uses of RoleRestClient in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search declared as RoleRestClient Modifier and Type Field Description protected RoleRestClientUserSearchPanel. roleRestClient -
Uses of RoleRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as RoleRestClient Modifier and Type Field Description protected RoleRestClientRoles. roleRestClient -
Uses of RoleRestClient in org.apache.syncope.client.console.wizards.role
Fields in org.apache.syncope.client.console.wizards.role declared as RoleRestClient Modifier and Type Field Description protected RoleRestClientRoleWizardBuilder. roleRestClientConstructors in org.apache.syncope.client.console.wizards.role with parameters of type RoleRestClient Constructor Description RoleWizardBuilder(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)
-