Uses of Class
org.openiam.idm.srvc.access.domain.AccessRightEntity
-
-
Uses of AccessRightEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AccessRightEntity Modifier and Type Method Description AccessRightEntityAccessRightDozerConverter. convertEntity(AccessRightEntity entity, boolean isDeep)AccessRightEntityAccessRightDozerConverter. convertToEntity(AccessRight entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AccessRightEntity Modifier and Type Method Description List<AccessRightEntity>AccessRightDozerConverter. convertToEntityList(List<AccessRight> list, boolean isDeep)Set<AccessRightEntity>AccessRightDozerConverter. convertToEntitySet(Set<AccessRight> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AccessRightEntity Modifier and Type Method Description AccessRightEntityAccessRightDozerConverter. convertEntity(AccessRightEntity entity, boolean isDeep)AccessRightAccessRightDozerConverter. convertToDTO(AccessRightEntity entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AccessRightEntity Modifier and Type Method Description List<AccessRight>AccessRightDozerConverter. convertToDTOList(List<AccessRightEntity> list, boolean isDeep)Set<AccessRight>AccessRightDozerConverter. convertToDTOSet(Set<AccessRightEntity> set, boolean isDeep) -
Uses of AccessRightEntity in org.openiam.esb.core.service.impl
Method parameters in org.openiam.esb.core.service.impl with type arguments of type AccessRightEntity Modifier and Type Method Description 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)protected abstract voidAbstractOwnerAdminBeansServiceImpl. addUserXrefToEntity(ENTITY e, UserEntity user, List<AccessRightEntity> rightEntities)protected voidGroupDataServiceImpl. addUserXrefToEntity(GroupEntity e, UserEntity user, List<AccessRightEntity> rightEntities)protected voidRoleDataServiceImpl. addUserXrefToEntity(RoleEntity e, UserEntity user, List<AccessRightEntity> rightEntities) -
Uses of AccessRightEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type AccessRightEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AccessRightEntity>AccessRightRepositoryImpl. buildSpecifications(AccessRightSearchBean sb)protected Class<AccessRightEntity>AccessRightRepositoryImpl. getEntityClass()protected AbstractKeyEntityRepository<AccessRightEntity,String>AccessRightRepositoryImpl. getRepository() -
Uses of AccessRightEntity in org.openiam.idm.srvc.grp.domain
Methods in org.openiam.idm.srvc.grp.domain with parameters of type AccessRightEntity Modifier and Type Method Description voidGroupEntity. addChildGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)voidGroupEntity. addParentGroup(GroupEntity parent, AccessRightEntity right, Date startDate, Date endDate)voidGroupEntity. addUser(UserEntity entity, AccessRightEntity right, Date startDate, Date endDate)Method parameters in org.openiam.idm.srvc.grp.domain with type arguments of type AccessRightEntity Modifier and Type Method Description voidGroupEntity. addChildGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidGroupEntity. addOrganization(OrganizationEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidGroupEntity. addParentGroup(GroupEntity parent, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidGroupEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidGroupEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate) -
Uses of AccessRightEntity in org.openiam.idm.srvc.membership.domain
Methods in org.openiam.idm.srvc.membership.domain that return types with arguments of type AccessRightEntity Modifier and Type Method Description Set<AccessRightEntity>AbstractMembershipAwareXref. getRights()abstract Set<AccessRightEntity>AbstractMembershipXrefEntity. getRights()Method parameters in org.openiam.idm.srvc.membership.domain with type arguments of type AccessRightEntity Modifier and Type Method Description abstract voidAbstractMembershipXrefEntity. setRights(Set<AccessRightEntity> rights) -
Uses of AccessRightEntity in org.openiam.idm.srvc.org.domain
Methods in org.openiam.idm.srvc.org.domain with parameters of type AccessRightEntity Modifier and Type Method Description voidOrganizationEntity. addUser(UserEntity entity, AccessRightEntity right, Date startDate, Date endDate)Method parameters in org.openiam.idm.srvc.org.domain with type arguments of type AccessRightEntity Modifier and Type Method Description voidOrganizationEntity. addChild(OrganizationEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidOrganizationEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidOrganizationEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidOrganizationEntity. addRole(RoleEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidOrganizationEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate) -
Uses of AccessRightEntity in org.openiam.idm.srvc.res.domain
Methods in org.openiam.idm.srvc.res.domain with parameters of type AccessRightEntity Modifier and Type Method Description voidResourceEntity. addGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)voidResourceEntity. addUser(UserEntity entity, AccessRightEntity right, Date startDate, Date endDate)Method parameters in org.openiam.idm.srvc.res.domain with type arguments of type AccessRightEntity Modifier and Type Method Description voidResourceEntity. addChildResource(ResourceEntity resource, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidResourceEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidResourceEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate) -
Uses of AccessRightEntity in org.openiam.idm.srvc.role.domain
Methods in org.openiam.idm.srvc.role.domain with parameters of type AccessRightEntity Modifier and Type Method Description voidRoleEntity. addGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)voidRoleEntity. addUser(UserEntity entity, AccessRightEntity right, Date startDate, Date endDate)Method parameters in org.openiam.idm.srvc.role.domain with type arguments of type AccessRightEntity Modifier and Type Method Description voidRoleEntity. addChild(RoleEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidRoleEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidRoleEntity. addOrganization(OrganizationEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidRoleEntity. addParentRole(RoleEntity parent, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidRoleEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidRoleEntity. addUser(UserEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate) -
Uses of AccessRightEntity in org.openiam.idm.srvc.user.domain
Method parameters in org.openiam.idm.srvc.user.domain with type arguments of type AccessRightEntity Modifier and Type Method Description voidUserEntity. addAffiliation(OrganizationEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidUserEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidUserEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidUserEntity. addRole(RoleEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
-