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 RoleRestClient
IdRepoConsoleContext. 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 AnyLayout
AnyLayoutUtils. 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 RoleRestClient
Security. 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 RoleRestClient
GroupDirectoryPanel. roleRestClient
protected RoleRestClient
LinkedAccountModalPanel. roleRestClient
protected RoleRestClient
Realm. roleRestClient
protected RoleRestClient
RemediationDirectoryPanel. roleRestClient
protected RoleRestClient
UserRequestFormDirectoryPanel. roleRestClient
Constructors 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 RoleRestClient
UserSearchPanel. 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 RoleRestClient
Roles. 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 RoleRestClient
RoleWizardBuilder. roleRestClient
Constructors 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)
-