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 GroupRestClientIdRepoConsoleContext. 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 GroupRestClientAnyPanel. groupRestClientprotected GroupRestClientGroupDirectoryPanel. groupRestClientprotected GroupRestClientRemediationDirectoryPanel. groupRestClientprotected GroupRestClientTypeExtensionDirectoryPanel. groupRestClientConstructors 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 GroupRestClientAbstractSearchPanel. groupRestClientprotected GroupRestClientSearchClausePanel. groupRestClientConstructors 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 GroupRestClientAnyStatusDirectoryPanel. groupRestClientprotected GroupRestClientResourceStatusDirectoryPanel. 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 GroupRestClientTemplatesTogglePanel. 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 GroupRestClientAbstractAttrs. groupRestClientprotected GroupRestClientGroups. groupRestClientprotected GroupRestClientGroupWizardBuilder. groupRestClientConstructors 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)
-