Uses of Class
org.apache.syncope.client.console.rest.GroupRestClient
-
-
Uses of GroupRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return GroupRestClient Modifier and Type Method Description GroupRestClient
IdRepoConsoleContext. groupRestClient()
-
Uses of GroupRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as GroupRestClient Modifier and Type Field Description protected GroupRestClient
AnyPanel. groupRestClient
protected GroupRestClient
GroupDirectoryPanel. groupRestClient
protected GroupRestClient
RemediationDirectoryPanel. groupRestClient
protected GroupRestClient
TypeExtensionDirectoryPanel. groupRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type GroupRestClient Constructor Description Builder(List<AnyTypeClassTO> anyTypeClassTOs, GroupRestClient groupRestClient, String type, PageReference pageRef)
-
Uses of GroupRestClient in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search declared as GroupRestClient Modifier and Type Field Description protected GroupRestClient
AbstractSearchPanel. groupRestClient
protected GroupRestClient
SearchClausePanel. groupRestClient
Constructors in org.apache.syncope.client.console.panels.search with parameters of type GroupRestClient Constructor Description Builder(List<AnyTypeClassTO> anyTypeClassTOs, GroupRestClient restClient, String type, PageReference pageRef)
-
Uses of GroupRestClient in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status declared as GroupRestClient Modifier and Type Field Description protected GroupRestClient
AnyStatusDirectoryPanel. groupRestClient
protected GroupRestClient
ResourceStatusDirectoryPanel. groupRestClient
-
Uses of GroupRestClient in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks declared as GroupRestClient Modifier and Type Field Description protected GroupRestClient
TemplatesTogglePanel. groupRestClient
-
Uses of GroupRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as GroupRestClient Modifier and Type Field Description protected GroupRestClient
AbstractAttrs. groupRestClient
protected GroupRestClient
Groups. groupRestClient
protected GroupRestClient
GroupWizardBuilder. groupRestClient
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type GroupRestClient Constructor Description GroupTemplateWizardBuilder(TemplatableTO templatable, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, GroupRestClient groupRestClient, PageReference pageRef)
GroupWizardBuilder(GroupTO groupTO, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, GroupRestClient groupRestClient, PageReference pageRef)
-