Uses of Class
org.openiam.idm.srvc.grp.domain.GroupToGroupMembershipXrefEntity
-
Packages that use GroupToGroupMembershipXrefEntity Package Description org.openiam.esb.core.service.impl org.openiam.esb.repository org.openiam.idm.srvc.grp.domain -
-
Uses of GroupToGroupMembershipXrefEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return GroupToGroupMembershipXrefEntity Modifier and Type Method Description protected GroupToGroupMembershipXrefEntityGroupDataServiceImpl. getGroupXrefFromEntity(GroupEntity entity, String groupId)protected GroupToGroupMembershipXrefEntityGroupDataServiceImpl. newGroupToEntityEntitlements(GroupEntity group, GroupEntity entity)Methods in org.openiam.esb.core.service.impl that return types with arguments of type GroupToGroupMembershipXrefEntity Modifier and Type Method Description protected Optional<GroupToGroupMembershipXrefEntity>GroupDataServiceImpl. findByEntityAndMemberEntityGroupRelatedXref(String id, String memberEntityId)protected List<GroupToGroupMembershipXrefEntity>GroupDataServiceImpl. getGroupsLinkedToEntity(String id, List<String> ownerAndAdminIds)protected Function<List<GroupToGroupMembershipXrefEntity>,List<GroupToGroupMembershipXrefEntity>>GroupDataServiceImpl. groupToEntitySave()protected Function<List<GroupToGroupMembershipXrefEntity>,List<GroupToGroupMembershipXrefEntity>>GroupDataServiceImpl. groupToEntitySave() -
Uses of GroupToGroupMembershipXrefEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type GroupToGroupMembershipXrefEntity Modifier and Type Method Description Optional<GroupToGroupMembershipXrefEntity>GroupToGroupMembershipXrefRepository. findFirstByEntityIdAndMemberEntityId(String entityId, String memberEntityId)List<GroupToGroupMembershipXrefEntity>GroupToGroupMembershipXrefRepository. findXrefLinkedWithGroupAsParentByRights(String groupId, List<String> rightIds) -
Uses of GroupToGroupMembershipXrefEntity in org.openiam.idm.srvc.grp.domain
Methods in org.openiam.idm.srvc.grp.domain that return GroupToGroupMembershipXrefEntity Modifier and Type Method Description GroupToGroupMembershipXrefEntityGroupEntity. getChild(String childId)GroupToGroupMembershipXrefEntityGroupEntity. getParent(String parentId)
-