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 GroupEntityGroupDocumentToEntityConverter. convertToEntity(GroupDoc doc)protected GroupEntityGroupDocumentToEntityConverter. 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 GroupDocGroupDocumentToEntityConverter. 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 GroupEntityGroupDozerConverter. convertEntity(GroupEntity entity, boolean isDeep)GroupEntityGroupDozerConverter. 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 GroupEntityGroupDozerConverter. convertEntity(GroupEntity entity, boolean isDeep)GroupGroupDozerConverter. convertToDTO(GroupEntity entity, boolean isDeep)GroupGroupDozerConverter. 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 GroupAttributeEntityGroupAttributeListener. 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 GroupEntityGroupDataService. 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 voidGroupDataService. 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 GroupEntityGroupDataServiceImpl. add(GroupEntity group, @NotNull ObjectOwner groupOwner, @NotNull ObjectAdmin groupAdmin, List<ApproverAssociation> initialApprovers)return resourceId for reindex it.GroupEntityGroupDataServiceImpl. getGroup(String id)protected GroupEntityGroupDataServiceImpl. 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 GroupEntityGroupDataServiceImpl. add(GroupEntity group, @NotNull ObjectOwner groupOwner, @NotNull ObjectAdmin groupAdmin, List<ApproverAssociation> initialApprovers)return resourceId for reindex it.protected abstract voidAbstractOwnerAdminBeansServiceImpl. addGroupXrefToEntity(ENTITY e, GroupEntity user, List<AccessRightEntity> rightEntities)protected voidGroupDataServiceImpl. addGroupXrefToEntity(GroupEntity e, GroupEntity user, List<AccessRightEntity> rightEntities)protected voidRoleDataServiceImpl. addGroupXrefToEntity(RoleEntity e, GroupEntity groupEntity, List<AccessRightEntity> rightEntities)voidGroupDataServiceImpl. addRequiredAttributes(GroupEntity group)protected voidGroupDataServiceImpl. addUserXrefToEntity(GroupEntity e, UserEntity user, List<AccessRightEntity> rightEntities)protected GroupToGroupMembershipXrefEntityGroupDataServiceImpl. getGroupXrefFromEntity(GroupEntity entity, String groupId)protected UserToGroupMembershipXrefEntityGroupDataServiceImpl. getUserXrefFromEntity(GroupEntity entity, String userId)protected abstract GROUP_TO_ENTITY_XREF_TYPEAbstractOwnerAdminBeansServiceImpl. newGroupToEntityEntitlements(GroupEntity group, ENTITY entity)instantiate new Xref object betweenAbstractOwnerAdminBeansServiceImplandGroupEntityprotected GroupToGroupMembershipXrefEntityGroupDataServiceImpl. newGroupToEntityEntitlements(GroupEntity group, GroupEntity entity)protected RoleToGroupMembershipXrefEntityRoleDataServiceImpl. newGroupToEntityEntitlements(GroupEntity group, RoleEntity entity)protected UserToGroupMembershipXrefEntityGroupDataServiceImpl. newUserToEntityEntitlements(UserEntity user, GroupEntity entity)protected GroupEntityGroupDataServiceImpl. 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 GroupEntityGroupTemplateProvider. getEntity(String objectId)Methods in org.openiam.esb.core.template.provider with parameters of type GroupEntity Modifier and Type Method Description AbstractAttributeEntityGroupTemplateProvider. getNewAttributeInstance(String name, GroupEntity entity)StringGroupTemplateProvider. 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 GroupAttributeEntityAttributeUtil. 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 GroupEntityGroupToGroupMembershipXrefEntity. getGroup()GroupEntityGroupToResourceMembershipXrefEntity. 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 voidGroupEntity. addChildGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidGroupEntity. addChildGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)voidGroupEntity. addParentGroup(GroupEntity parent, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidGroupEntity. addParentGroup(GroupEntity parent, AccessRightEntity right, Date startDate, Date endDate)voidGroupEntity. 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 GroupEntityGroupAwareMembershipXref. 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 GroupEntityGroupToOrgMembershipXrefEntity. 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 voidOrganizationEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidOrganizationEntity. 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 voidResourceEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidResourceEntity. 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 GroupEntityRoleToGroupMembershipXrefEntity. 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 voidRoleEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidRoleEntity. addGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)voidRoleEntity. 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 GroupEntityUserToGroupMembershipXrefEntity. 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 voidUserEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidUserEntity. removeGroup(GroupEntity entity)
-