Uses of Interface
org.apache.syncope.core.persistence.api.entity.group.Group
-
-
Uses of Group in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return Group Modifier and Type Method Description GroupGroupDAO. findByName(String name)GroupGroupDAO. saveAndRefreshDynMemberships(Group group)Saves the provided group and refreshes all User and AnyObject members.Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Group Modifier and Type Method Description Collection<Group>AnyObjectDAO. findAllGroups(AnyObject anyObject)Collection<Group>UserDAO. findAllGroups(User user)List<Group>AnyObjectDAO. findDynGroups(String key)List<Group>UserDAO. findDynGroups(String key)List<Group>GroupDAO. findOwnedByGroup(String groupKey)List<Group>GroupDAO. findOwnedByUser(String userKey)Map<Group,Set<S>>AllowedSchemas. getForMemberships()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type Group Modifier and Type Method Description voidGroupDAO. clearADynMembers(Group group)voidGroupDAO. clearUDynMembers(Group group)intGroupDAO. countADynMembers(Group group)intGroupDAO. countUDynMembers(Group group)List<String>GroupDAO. findADynMembers(Group group)List<AMembership>GroupDAO. findAMemberships(Group group)List<String>GroupDAO. findUDynMembers(Group group)List<UMembership>GroupDAO. findUMemberships(Group group)List<UMembership>GroupDAO. findUMemberships(Group group, int page, int itemsPerPage)booleanAllowedSchemas. forMembershipsContains(Group group, String schema)booleanAllowedSchemas. forMembershipsContains(Group group, S schema)Set<S>AllowedSchemas. getForMembership(Group group)GroupGroupDAO. saveAndRefreshDynMemberships(Group group)Saves the provided group and refreshes all User and AnyObject members. -
Uses of Group in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return Group Modifier and Type Method Description GroupDynGroupMembership. getGroup()Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type Group Modifier and Type Method Description Class<? extends Group>EntityFactory. groupClass()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type Group Modifier and Type Method Description voidDynGroupMembership. setGroup(Group group) -
Uses of Group in org.apache.syncope.core.persistence.api.entity.group
Methods in org.apache.syncope.core.persistence.api.entity.group that return Group Modifier and Type Method Description GroupTypeExtension. getGroup()GroupGroup. getGroupOwner()Methods in org.apache.syncope.core.persistence.api.entity.group with parameters of type Group Modifier and Type Method Description voidTypeExtension. setGroup(Group group)voidGroup. setGroupOwner(Group groupOwner) -
Uses of Group in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return Group Modifier and Type Method Description GroupJPAGroupDAO. findByName(String name)GroupJPAJSONGroupDAO. save(Group group)GroupJPAGroupDAO. saveAndRefreshDynMemberships(Group group)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Group Modifier and Type Method Description List<Group>JPAGroupDAO. findAll(int page, int itemsPerPage)Collection<Group>JPAAnyObjectDAO. findAllGroups(AnyObject anyObject)Collection<Group>JPAUserDAO. findAllGroups(User user)List<Group>JPAJSONGroupDAO. findByDerAttrValue(DerSchema schema, String value, boolean ignoreCaseMatch)Optional<Group>JPAJSONGroupDAO. findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)List<Group>JPAJSONGroupDAO. findByPlainAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)List<Group>JPAAnyObjectDAO. findDynGroups(String key)List<Group>JPAUserDAO. findDynGroups(String key)List<Group>JPAGroupDAO. findOwnedByGroup(String groupKey)List<Group>JPAGroupDAO. findOwnedByUser(String userKey)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type Group Modifier and Type Method Description voidJPAGroupDAO. clearADynMembers(Group group)voidJPAGroupDAO. clearUDynMembers(Group group)intJPAGroupDAO. countADynMembers(Group group)intJPAGroupDAO. countUDynMembers(Group group)voidJPAGroupDAO. delete(Group group)List<String>JPAGroupDAO. findADynMembers(Group group)List<AMembership>JPAGroupDAO. findAMemberships(Group group)List<String>JPAGroupDAO. findUDynMembers(Group group)List<UMembership>JPAGroupDAO. findUMemberships(Group group)List<UMembership>JPAGroupDAO. findUMemberships(Group group, int page, int itemsPerPage)protected booleanJPAAnyMatchDAO. matches(Group group, MemberCond cond, boolean not)GroupJPAJSONGroupDAO. save(Group group)GroupJPAGroupDAO. saveAndRefreshDynMemberships(Group group)protected voidJPAGroupDAO. securityChecks(Group group) -
Uses of Group in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type Group Modifier and Type Method Description Class<? extends Group>JPAEntityFactory. groupClass()Class<? extends Group>JPAJSONEntityFactory. groupClass() -
Uses of Group in org.apache.syncope.core.persistence.jpa.entity.anyobject
Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject that return Group Modifier and Type Method Description GroupJPAADynGroupMembership. getGroup()GroupJPAAMembership. getRightEnd()Methods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type Group Modifier and Type Method Description voidJPAADynGroupMembership. setGroup(Group role)voidJPAAMembership. setRightEnd(Group rightEnd) -
Uses of Group in org.apache.syncope.core.persistence.jpa.entity.group
Classes in org.apache.syncope.core.persistence.jpa.entity.group that implement Group Modifier and Type Class Description classJPAGroupclassJPAJSONGroupFields in org.apache.syncope.core.persistence.jpa.entity.group declared as Group Modifier and Type Field Description protected GroupJPAGroup. groupOwnerMethods in org.apache.syncope.core.persistence.jpa.entity.group that return Group Modifier and Type Method Description GroupJPATypeExtension. getGroup()GroupJPAGroup. getGroupOwner()GroupJPAGPlainAttr. getOwner()GroupJPAJSONGPlainAttr. getOwner()Methods in org.apache.syncope.core.persistence.jpa.entity.group that return types with arguments of type Group Modifier and Type Method Description protected List<? extends JSONPlainAttr<Group>>JPAJSONGroupListener. getAttrs(String plainAttrsJSON)Methods in org.apache.syncope.core.persistence.jpa.entity.group with parameters of type Group Modifier and Type Method Description voidJPATypeExtension. setGroup(Group group)voidJPAGroup. setGroupOwner(Group group)voidJPAGPlainAttr. setOwner(Group owner)voidJPAJSONGPlainAttr. setOwner(Group owner)Method parameters in org.apache.syncope.core.persistence.jpa.entity.group with type arguments of type Group Modifier and Type Method Description booleanJPAJSONGroup. add(JSONPlainAttr<Group> attr) -
Uses of Group in org.apache.syncope.core.persistence.jpa.entity.user
Methods in org.apache.syncope.core.persistence.jpa.entity.user that return Group Modifier and Type Method Description GroupJPAUDynGroupMembership. getGroup()GroupJPAUMembership. getRightEnd()Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type Group Modifier and Type Method Description voidJPAUDynGroupMembership. setGroup(Group group)voidJPAUMembership. setRightEnd(Group rightEnd) -
Uses of Group in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type Group Modifier and Type Method Description booleanGroupValidator. isValid(Group group, javax.validation.ConstraintValidatorContext context) -
Uses of Group in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Group Modifier and Type Method Description voidGroupDataBinder. create(Group group, GroupCR groupCR)GroupTOGroupDataBinder. getGroupTO(Group group, boolean details)PropagationByResource<String>GroupDataBinder. update(Group group, GroupUR groupUR) -
Uses of Group in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Group Modifier and Type Method Description voidGroupDataBinderImpl. create(Group group, GroupCR groupCR)GroupTOGroupDataBinderImpl. getGroupTO(Group group, boolean details)protected static voidGroupDataBinderImpl. populateTransitiveResources(Group group, GroupableRelatable<?,?,?,?,?> any, Map<String,PropagationByResource<String>> result)protected voidGroupDataBinderImpl. setDynMembership(Group group, AnyType anyType, String dynMembershipFIQL)PropagationByResource<String>GroupDataBinderImpl. update(Group toBeUpdated, GroupUR groupUR) -
Uses of Group in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type Group Modifier and Type Method Description protected StringLDAPMembershipPropagationActions. evaluateGroupConnObjectLink(String connObjectLinkTemplate, Group group) -
Uses of Group in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java with parameters of type Group Modifier and Type Method Description protected abstract voidAbstractGroupWorkflowAdapter. doDelete(Group group, String eraser, String context)protected voidDefaultGroupWorkflowAdapter. doDelete(Group group, String eraser, String context)protected abstract WorkflowResult<GroupUR>AbstractGroupWorkflowAdapter. doUpdate(Group group, GroupUR groupUR, String updater, String context)protected WorkflowResult<GroupUR>DefaultGroupWorkflowAdapter. doUpdate(Group group, GroupUR groupUR, String updater, String context) -
Uses of Group in org.apache.syncope.ext.elasticsearch.client
Methods in org.apache.syncope.ext.elasticsearch.client with parameters of type Group Modifier and Type Method Description protected voidElasticsearchUtils. customizeDocument(Map<String,Object> builder, Group group) -
Uses of Group in org.apache.syncope.ext.opensearch.client
Methods in org.apache.syncope.ext.opensearch.client with parameters of type Group Modifier and Type Method Description protected voidOpenSearchUtils. customizeDocument(Map<String,Object> builder, Group group)
-