Uses of Class
org.apache.syncope.common.lib.to.GroupTO
Packages that use GroupTO
Package
Description
-
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 GroupTOModifier and TypeMethodDescriptionAnyDirectoryPanelAdditionalActionLinksProvider.get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef) IdMAnyDirectoryPanelAdditionalActionLinksProvider.get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef) 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 GroupTOModifier and TypeMethodDescriptionAnyDirectoryPanelAdditionalActionLinksProvider.get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef) IdMAnyDirectoryPanelAdditionalActionLinksProvider.get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef) 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 GroupTOModifier and TypeMethodDescriptionAnyDirectoryPanelAdditionalActionLinksProvider.get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef) IdMAnyDirectoryPanelAdditionalActionLinksProvider.get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef) 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 GroupTOMethods in org.apache.syncope.client.console.panels that return types with arguments of type GroupTOModifier and TypeMethodDescriptionGroupDirectoryPanel.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 GroupTOModifier and TypeMethodDescriptionprotected abstract SerializableMembersTogglePanel.onApplyInternal(GroupTO groupTO, String type, AjaxRequestTarget target) voidMembersTogglePanel.setTargetObject(GroupTO groupTO) Method parameters in org.apache.syncope.client.console.panels with type arguments of type GroupTO -
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 GroupTOModifier and TypeMethodDescriptionprotected 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 GroupTOModifier and TypeMethodDescriptionprotected Class<? extends AnyService<GroupTO>> GroupRestClient.getAnyServiceClass()SyncopeRestClient.searchAssignableGroups(String realm, String term, int page, int size) -
Uses of GroupTO in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any that return GroupTOMethods in org.apache.syncope.client.console.wizards.any that return types with arguments of type GroupTOModifier and TypeMethodDescriptionGroupTemplateWizardBuilder.addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject) GroupWizardBuilder.addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject) Groups.searchAssignable(String term) 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 GroupTOModifier and TypeMethodDescriptionGroupTemplateWizardBuilder.addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject) GroupWizardBuilder.addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject) protected SerializableGroupWizardBuilder.onApplyInternal(AnyWrapper<GroupTO> modelObject) 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 GroupTOModifierConstructorDescriptionGroupWizardBuilder(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) -
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 GroupTOModifier and TypeMethodDescriptionprotected Class<? extends AnyService<GroupTO>> GroupRestClient.getAnyServiceClass()GroupRestClient.searchAssignableGroups(String realm, String term, int page, int size) -
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 GroupTOMethods in org.apache.syncope.client.ui.commons.wizards.any that return types with arguments of type GroupTO -
Uses of GroupTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return GroupTOMethods in org.apache.syncope.common.lib with parameters of type GroupTO -
Uses of GroupTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return GroupTOMethods in org.apache.syncope.common.rest.api.service that return types with arguments of type GroupTOModifier and TypeMethodDescriptionGroupService.own()This method allows a user to read his own groups.SyncopeService.searchAssignableGroups(@NotNull String realm, String term, @jakarta.validation.constraints.Min(1L) int page, @jakarta.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 GroupTOModifier and TypeMethodDescriptionGroupLogic.link(String key, Collection<String> resources) protected GroupTOGroupLogic.resolveReference(Method method, Object... args) GroupLogic.unlink(String key, Collection<String> resources) protected GroupTOGroupLogic.updateChecks(String key) Methods in org.apache.syncope.core.logic that return types with arguments of type GroupTOModifier and TypeMethodDescriptionGroupLogic.assign(String key, Collection<String> resources, boolean changepwd, String password, boolean nullPriorityAsync) GroupLogic.deprovision(String key, List<String> resources, boolean nullPriorityAsync) GroupLogic.own()GroupLogic.provision(String key, List<String> resources, boolean changePwd, String password, boolean nullPriorityAsync) org.springframework.data.domain.Page<GroupTO> GroupLogic.search(SearchCond searchCond, org.springframework.data.domain.Pageable pageable, String realm, boolean recursive, boolean details) org.springframework.data.domain.Page<GroupTO> SyncopeLogic.searchAssignableGroups(String realm, String term, org.springframework.data.domain.Pageable pageable) GroupLogic.unassign(String key, Collection<String> resources, boolean nullPriorityAsync) Methods in org.apache.syncope.core.logic with parameters of type GroupTOModifier and TypeMethodDescriptionprotected voidSCIMDataBinder.setAttribute(GroupTO groupTO, String schema, String value) SCIMDataBinder.toGroupUR(GroupTO before, SCIMPatchOperation op) 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 GroupTOModifier and TypeMethodDescriptionGroupDataBinder.getGroupTO(String key) 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 GroupTOModifier and TypeMethodDescriptionGroupDataBinderImpl.getGroupTO(String key) 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 GroupTOModifier and TypeMethodDescriptionprotected AbstractAnyLogic<GroupTO, GroupCR, GroupUR> GroupServiceImpl.getAnyLogic()GroupServiceImpl.own()SyncopeServiceImpl.searchAssignableGroups(String realm, String term, int page, int size)