Uses of Class
org.apache.syncope.common.lib.to.GroupTO
-
-
Uses of GroupTO in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return types with arguments of type GroupTO Modifier and Type Method Description List<Action<GroupTO>>
AnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
Methods in org.apache.syncope.client.console.commons with parameters of type GroupTO Modifier and Type Method Description List<Action<GroupTO>>
AnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
Method parameters in org.apache.syncope.client.console.commons with type arguments of type GroupTO Modifier and Type Method Description List<Action<GroupTO>>
AnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
-
Uses of GroupTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as GroupTO Modifier and Type Field Description protected GroupTO
MembersTogglePanel. groupTO
protected GroupTO
TypeExtensionDirectoryPanel. groupTO
Methods in org.apache.syncope.client.console.panels that return types with arguments of type GroupTO Modifier and Type Method Description ActionsPanel<GroupTO>
GroupDirectoryPanel. getActions(IModel<GroupTO> model)
protected WizardMgtPanel<AnyWrapper<GroupTO>>
GroupDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
Methods in org.apache.syncope.client.console.panels with parameters of type GroupTO Modifier and Type Method Description protected abstract Serializable
MembersTogglePanel. onApplyInternal(GroupTO groupTO, String type, AjaxRequestTarget target)
void
MembersTogglePanel. setTargetObject(GroupTO groupTO)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type GroupTO Modifier and Type Method Description ActionsPanel<GroupTO>
GroupDirectoryPanel. getActions(IModel<GroupTO> model)
Constructors in org.apache.syncope.client.console.panels with parameters of type GroupTO Constructor Description TypeExtensionDirectoryPanel(BaseModal<Serializable> baseModal, GroupTO groupTO, PageReference pageRef)
-
Uses of GroupTO in org.apache.syncope.client.console.panels.search
Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type GroupTO Modifier and Type Method Description protected WizardMgtPanel<AnyWrapper<GroupTO>>
GroupSelectionDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
-
Uses of GroupTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type GroupTO Modifier and Type Method Description ProvisioningResult<GroupTO>
GroupRestClient. create(GroupCR groupCR)
protected Class<? extends AnyService<GroupTO>>
GroupRestClient. getAnyServiceClass()
List<GroupTO>
GroupRestClient. search(String realm, String fiql, int page, int size, SortParam<String> sort, String type)
List<GroupTO>
SyncopeRestClient. searchAssignableGroups(String realm, String term, int page, int size)
ProvisioningResult<GroupTO>
GroupRestClient. update(String etag, GroupUR updateReq)
-
Uses of GroupTO in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as GroupTO Modifier and Type Field Description protected GroupTO
TypeExtensionWizardBuilder. groupTO
Methods in org.apache.syncope.client.console.wizards.any that return GroupTO Modifier and Type Method Description GroupTO
GroupWrapper. fillDynamicConditions()
GroupTO
GroupWrapper. getPreviousGroupTO()
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type GroupTO Modifier and Type Method Description protected Optional<Details<GroupTO>>
GroupTemplateWizardBuilder. addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject)
protected Optional<Details<GroupTO>>
GroupWizardBuilder. addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject)
AjaxWizard<AnyWrapper<GroupTO>>
GroupTemplateWizardBuilder. build(String id)
protected List<GroupTO>
Groups. searchAssignable(String term)
AjaxWizardBuilder<AnyWrapper<GroupTO>>
GroupWizardBuilder. setItem(AnyWrapper<GroupTO> item)
This method has been overridden to manage asynchronous translation of FIQL string to search classes list and viceversa.Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type GroupTO Modifier and Type Method Description protected Optional<Details<GroupTO>>
GroupTemplateWizardBuilder. addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject)
protected Optional<Details<GroupTO>>
GroupWizardBuilder. addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject)
protected Serializable
GroupWizardBuilder. onApplyInternal(AnyWrapper<GroupTO> modelObject)
AjaxWizardBuilder<AnyWrapper<GroupTO>>
GroupWizardBuilder. setItem(AnyWrapper<GroupTO> item)
This method has been overridden to manage asynchronous translation of FIQL string to search classes list and viceversa.Constructors in org.apache.syncope.client.console.wizards.any with parameters of type GroupTO Constructor Description GroupWizardBuilder(GroupTO groupTO, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, GroupRestClient groupRestClient, PageReference pageRef)
GroupWizardBuilder(GroupTO previousGroupTO, GroupTO groupTO, List<String> anyTypeClasses, GroupFormLayoutInfo formLayoutInfo, PageReference pageRef)
Constructor to be used for Remediation details only.GroupWrapper(GroupTO groupTO)
GroupWrapper(GroupTO previousGroupTO, GroupTO groupTO)
TypeExtensionWizardBuilder(GroupTO groupTO, TypeExtensionTO defaultItem, String anyTypeLabel, String auxClassesLabel, AnyTypeRestClient anyTypeRestClient, AnyTypeClassRestClient anyTypeClassRestClient, PageReference pageRef)
-
Uses of GroupTO in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return types with arguments of type GroupTO Modifier and Type Method Description ProvisioningResult<GroupTO>
GroupRestClient. create(GroupCR groupTO)
protected Class<? extends AnyService<GroupTO>>
GroupRestClient. getAnyServiceClass()
List<GroupTO>
GroupRestClient. searchAssignableGroups(String realm, String term, int page, int size)
ProvisioningResult<GroupTO>
GroupRestClient. update(String etag, GroupUR groupPatch)
-
Uses of GroupTO in org.apache.syncope.client.ui.commons.wizards.any
Fields in org.apache.syncope.client.ui.commons.wizards.any with type parameters of type GroupTO Modifier and Type Field Description protected List<GroupTO>
AbstractGroupsModel. groups
Methods in org.apache.syncope.client.ui.commons.wizards.any that return types with arguments of type GroupTO Modifier and Type Method Description List<GroupTO>
AbstractGroupsModel. getObject()
-
Uses of GroupTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return GroupTO Modifier and Type Method Description static GroupTO
AnyOperations. patch(GroupTO groupTO, GroupUR groupUR)
Methods in org.apache.syncope.common.lib with parameters of type GroupTO Modifier and Type Method Description static GroupUR
AnyOperations. diff(GroupTO updated, GroupTO original, boolean incremental)
Calculate modifications needed by first in order to be equal to second.static GroupTO
AnyOperations. patch(GroupTO groupTO, GroupUR groupUR)
-
Uses of GroupTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return GroupTO Modifier and Type Method Description GroupTO
GroupService. read(String key)
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type GroupTO Modifier and Type Method Description List<GroupTO>
GroupService. own()
This method allows a user to read his own groups.PagedResult<GroupTO>
GroupService. search(AnyQuery anyQuery)
PagedResult<GroupTO>
SyncopeService. searchAssignableGroups(@NotNull String realm, String term, @javax.validation.constraints.Min(1L) int page, @javax.validation.constraints.Min(1L) int size)
Returns the list of Groups, according to provided paging instructions, assignable to Users and Any Objects of the provided Realm. -
Uses of GroupTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return GroupTO Modifier and Type Method Description GroupTO
GroupLogic. link(String key, Collection<String> resources)
GroupTO
GroupLogic. read(String key)
protected GroupTO
GroupLogic. resolveReference(Method method, Object... args)
GroupTO
SCIMDataBinder. toGroupTO(SCIMGroup group, boolean checkSchemas)
GroupTO
GroupLogic. unlink(String key, Collection<String> resources)
protected GroupTO
GroupLogic. updateChecks(String key)
Methods in org.apache.syncope.core.logic that return types with arguments of type GroupTO Modifier and Type Method Description ProvisioningResult<GroupTO>
GroupLogic. assign(String key, Collection<String> resources, boolean changepwd, String password, boolean nullPriorityAsync)
ProvisioningResult<GroupTO>
GroupLogic. create(GroupCR createReq, boolean nullPriorityAsync)
ProvisioningResult<GroupTO>
GroupLogic. delete(String key, boolean nullPriorityAsync)
ProvisioningResult<GroupTO>
GroupLogic. deprovision(String key, List<String> resources, boolean nullPriorityAsync)
List<GroupTO>
GroupLogic. own()
ProvisioningResult<GroupTO>
GroupLogic. provision(String key, List<String> resources, boolean changePwd, String password, boolean nullPriorityAsync)
Pair<Integer,List<GroupTO>>
GroupLogic. search(SearchCond searchCond, int page, int size, List<OrderByClause> orderBy, String realm, boolean recursive, boolean details)
Pair<Integer,List<GroupTO>>
SyncopeLogic. searchAssignableGroups(String realm, String term, int page, int size)
ProvisioningResult<GroupTO>
GroupLogic. unassign(String key, Collection<String> resources, boolean nullPriorityAsync)
ProvisioningResult<GroupTO>
GroupLogic. update(GroupUR req, boolean nullPriorityAsync)
Methods in org.apache.syncope.core.logic with parameters of type GroupTO Modifier and Type Method Description GroupUR
SCIMDataBinder. toGroupUR(GroupTO before, SCIMPatchOperation op)
SCIMGroup
SCIMDataBinder. toSCIMGroup(GroupTO groupTO, String location, List<String> attributes, List<String> excludedAttributes)
-
Uses of GroupTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return GroupTO Modifier and Type Method Description GroupTO
GroupDataBinder. getGroupTO(String key)
GroupTO
GroupDataBinder. getGroupTO(Group group, boolean details)
-
Uses of GroupTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return GroupTO Modifier and Type Method Description GroupTO
GroupDataBinderImpl. getGroupTO(String key)
GroupTO
GroupDataBinderImpl. getGroupTO(Group group, boolean details)
-
Uses of GroupTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type GroupTO Modifier and Type Method Description protected AbstractAnyLogic<GroupTO,GroupCR,GroupUR>
GroupServiceImpl. getAnyLogic()
List<GroupTO>
GroupServiceImpl. own()
PagedResult<GroupTO>
SyncopeServiceImpl. searchAssignableGroups(String realm, String term, int page, int size)
-