Uses of Class
org.openiam.idm.srvc.grp.domain.GroupEntity
-
-
Uses of GroupEntity in org.openiam.am.srvc.dto.jdbc
Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type GroupEntity Constructor Description AuthorizationGroup(GroupEntity entity)
-
Uses of GroupEntity in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return GroupEntity Modifier and Type Method Description GroupEntity
GroupDocumentToEntityConverter. convertToEntity(GroupDoc doc)
protected GroupEntity
GroupDocumentToEntityConverter. newEntity()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type GroupEntity Modifier and Type Method Description Class<GroupEntity>
GroupDocumentToEntityConverter. getEntityClass()
Methods in org.openiam.elasticsearch.converter with parameters of type GroupEntity Modifier and Type Method Description GroupDoc
GroupDocumentToEntityConverter. convertToDocument(GroupEntity entity)
-
Uses of GroupEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return GroupEntity Modifier and Type Method Description GroupEntity
GroupDozerConverter. convertEntity(GroupEntity entity, boolean isDeep)
GroupEntity
GroupDozerConverter. convertToEntity(Group entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type GroupEntity Modifier and Type Method Description List<GroupEntity>
GroupDozerConverter. convertToEntityList(List<Group> list, boolean isDeep)
Set<GroupEntity>
GroupDozerConverter. convertToEntitySet(Set<Group> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type GroupEntity Modifier and Type Method Description GroupEntity
GroupDozerConverter. convertEntity(GroupEntity entity, boolean isDeep)
Group
GroupDozerConverter. convertToDTO(GroupEntity entity, boolean isDeep)
Group
GroupDozerConverter. convertToDTO(GroupEntity entity, EntitlementsCollection... mappings)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type GroupEntity Modifier and Type Method Description List<Group>
GroupDozerConverter. convertToDTOList(List<GroupEntity> list, boolean isDeep)
Set<Group>
GroupDozerConverter. convertToDTOSet(Set<GroupEntity> set, boolean isDeep)
-
Uses of GroupEntity in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq with parameters of type GroupEntity Modifier and Type Method Description GroupAttributeEntity
GroupAttributeListener. buildGroupAttribute(GroupEntity group, UpdateAttributeByMetadataRequest request)
-
Uses of GroupEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return GroupEntity Modifier and Type Method Description GroupEntity
GroupDataService. getGroup(String id)
Gets GroupEntity object for given group id.Methods in org.openiam.esb.core.service that return types with arguments of type GroupEntity Modifier and Type Method Description List<GroupEntity>
GroupDataService. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)
Returns list of GroupEntity objects for given search criteria.Methods in org.openiam.esb.core.service with parameters of type GroupEntity Modifier and Type Method Description void
GroupDataService. validate(GroupEntity group)
Checks if GroupEntity object is valid. -
Uses of GroupEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return GroupEntity Modifier and Type Method Description protected GroupEntity
GroupDataServiceImpl. add(GroupEntity group, @NotNull ObjectOwner groupOwner, @NotNull ObjectAdmin groupAdmin, List<ApproverAssociation> initialApprovers)
return resourceId for reindex it.GroupEntity
GroupDataServiceImpl. getGroup(String id)
protected GroupEntity
GroupDataServiceImpl. update(GroupEntity fromUI, ObjectOwner groupOwner, ObjectAdmin groupAdmin)
return resourceId for MSys to reindexMethods in org.openiam.esb.core.service.impl that return types with arguments of type GroupEntity Modifier and Type Method Description List<GroupEntity>
GroupDataServiceImpl. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)
protected Class<GroupEntity>
GroupDataServiceImpl. getEntityClass()
Methods in org.openiam.esb.core.service.impl with parameters of type GroupEntity Modifier and Type Method Description protected GroupEntity
GroupDataServiceImpl. add(GroupEntity group, @NotNull ObjectOwner groupOwner, @NotNull ObjectAdmin groupAdmin, List<ApproverAssociation> initialApprovers)
return resourceId for reindex it.protected abstract void
AbstractOwnerAdminBeansServiceImpl. addGroupXrefToEntity(ENTITY e, GroupEntity user, List<AccessRightEntity> rightEntities)
protected void
GroupDataServiceImpl. addGroupXrefToEntity(GroupEntity e, GroupEntity user, List<AccessRightEntity> rightEntities)
protected void
RoleDataServiceImpl. addGroupXrefToEntity(RoleEntity e, GroupEntity groupEntity, List<AccessRightEntity> rightEntities)
void
GroupDataServiceImpl. addRequiredAttributes(GroupEntity group)
protected void
GroupDataServiceImpl. addUserXrefToEntity(GroupEntity e, UserEntity user, List<AccessRightEntity> rightEntities)
protected GroupToGroupMembershipXrefEntity
GroupDataServiceImpl. getGroupXrefFromEntity(GroupEntity entity, String groupId)
protected UserToGroupMembershipXrefEntity
GroupDataServiceImpl. getUserXrefFromEntity(GroupEntity entity, String userId)
protected abstract GROUP_TO_ENTITY_XREF_TYPE
AbstractOwnerAdminBeansServiceImpl. newGroupToEntityEntitlements(GroupEntity group, ENTITY entity)
instantiate new Xref object betweenAbstractOwnerAdminBeansServiceImpl
andGroupEntity
protected GroupToGroupMembershipXrefEntity
GroupDataServiceImpl. newGroupToEntityEntitlements(GroupEntity group, GroupEntity entity)
protected RoleToGroupMembershipXrefEntity
RoleDataServiceImpl. newGroupToEntityEntitlements(GroupEntity group, RoleEntity entity)
protected UserToGroupMembershipXrefEntity
GroupDataServiceImpl. newUserToEntityEntitlements(UserEntity user, GroupEntity entity)
protected GroupEntity
GroupDataServiceImpl. update(GroupEntity fromUI, ObjectOwner groupOwner, ObjectAdmin groupAdmin)
return resourceId for MSys to reindex -
Uses of GroupEntity in org.openiam.esb.core.template.provider
Methods in org.openiam.esb.core.template.provider that return GroupEntity Modifier and Type Method Description GroupEntity
GroupTemplateProvider. getEntity(String objectId)
Methods in org.openiam.esb.core.template.provider with parameters of type GroupEntity Modifier and Type Method Description AbstractAttributeEntity
GroupTemplateProvider. getNewAttributeInstance(String name, GroupEntity entity)
String
GroupTemplateProvider. getObjectMetadataTypeId(GroupEntity entity)
-
Uses of GroupEntity in org.openiam.esb.core.user.utils
Methods in org.openiam.esb.core.user.utils with parameters of type GroupEntity Modifier and Type Method Description static GroupAttributeEntity
AttributeUtil. buildGroupAttribute(GroupEntity group, MetadataElementEntity metadataElementEntity)
-
Uses of GroupEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type GroupEntity Modifier and Type Method Description List<GroupEntity>
GroupRepository. findByManagedSystemId(String id)
org.springframework.data.domain.Page<GroupEntity>
GroupRepository. getDetachedForUser(String userId, String name, org.springframework.data.domain.Pageable page)
method is used to detect all user's groups that are not linked with any resources. -
Uses of GroupEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type GroupEntity Modifier and Type Method Description List<GroupEntity>
GroupRepositoryCustom. findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
-
Uses of GroupEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type GroupEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<GroupEntity>
GroupRepositoryImpl. buildSpecifications(GroupSearchBean sb)
List<GroupEntity>
GroupRepositoryImpl. findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
protected Class<GroupEntity>
GroupRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<GroupEntity,String>
GroupRepositoryImpl. getRepository()
-
Uses of GroupEntity in org.openiam.idm.srvc.grp.domain
Methods in org.openiam.idm.srvc.grp.domain that return GroupEntity Modifier and Type Method Description GroupEntity
GroupToGroupMembershipXrefEntity. getGroup()
GroupEntity
GroupToResourceMembershipXrefEntity. getGroup()
Methods in org.openiam.idm.srvc.grp.domain that return types with arguments of type GroupEntity Modifier and Type Method Description Class<GroupEntity>
GroupToGroupMembershipXrefEntity. getEntityClass()
Class<GroupEntity>
GroupToResourceMembershipXrefEntity. getEntityClass()
Class<GroupEntity>
GroupToGroupMembershipXrefEntity. getMemberClass()
Methods in org.openiam.idm.srvc.grp.domain with parameters of type GroupEntity Modifier and Type Method Description void
GroupEntity. addChildGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
GroupEntity. addChildGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)
void
GroupEntity. addParentGroup(GroupEntity parent, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
GroupEntity. addParentGroup(GroupEntity parent, AccessRightEntity right, Date startDate, Date endDate)
void
GroupEntity. removeChildGroup(GroupEntity entity)
-
Uses of GroupEntity in org.openiam.idm.srvc.membership.domain
Methods in org.openiam.idm.srvc.membership.domain that return GroupEntity Modifier and Type Method Description GroupEntity
GroupAwareMembershipXref. getGroup()
-
Uses of GroupEntity in org.openiam.idm.srvc.org.domain
Methods in org.openiam.idm.srvc.org.domain that return GroupEntity Modifier and Type Method Description GroupEntity
GroupToOrgMembershipXrefEntity. getGroup()
Methods in org.openiam.idm.srvc.org.domain that return types with arguments of type GroupEntity Modifier and Type Method Description Class<GroupEntity>
GroupToOrgMembershipXrefEntity. getMemberClass()
Methods in org.openiam.idm.srvc.org.domain with parameters of type GroupEntity Modifier and Type Method Description void
OrganizationEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
OrganizationEntity. removeGroup(GroupEntity entity)
-
Uses of GroupEntity in org.openiam.idm.srvc.res.domain
Methods in org.openiam.idm.srvc.res.domain with parameters of type GroupEntity Modifier and Type Method Description void
ResourceEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
ResourceEntity. addGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)
-
Uses of GroupEntity in org.openiam.idm.srvc.role.domain
Methods in org.openiam.idm.srvc.role.domain that return GroupEntity Modifier and Type Method Description GroupEntity
RoleToGroupMembershipXrefEntity. getGroup()
Methods in org.openiam.idm.srvc.role.domain that return types with arguments of type GroupEntity Modifier and Type Method Description Class<GroupEntity>
RoleToGroupMembershipXrefEntity. getMemberClass()
Methods in org.openiam.idm.srvc.role.domain with parameters of type GroupEntity Modifier and Type Method Description void
RoleEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
RoleEntity. addGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)
void
RoleEntity. removeGroup(GroupEntity entity)
-
Uses of GroupEntity in org.openiam.idm.srvc.user.domain
Methods in org.openiam.idm.srvc.user.domain that return GroupEntity Modifier and Type Method Description GroupEntity
UserToGroupMembershipXrefEntity. getGroup()
Methods in org.openiam.idm.srvc.user.domain that return types with arguments of type GroupEntity Modifier and Type Method Description Class<GroupEntity>
UserToGroupMembershipXrefEntity. getEntityClass()
Methods in org.openiam.idm.srvc.user.domain with parameters of type GroupEntity Modifier and Type Method Description void
UserEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
UserEntity. removeGroup(GroupEntity entity)
-