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 AccessRightEntity
AccessRightDozerConverter. convertEntity(AccessRightEntity entity, boolean isDeep)
AccessRightEntity
AccessRightDozerConverter. 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 AccessRightEntity
AccessRightDozerConverter. convertEntity(AccessRightEntity entity, boolean isDeep)
AccessRight
AccessRightDozerConverter. 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 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)
protected abstract void
AbstractOwnerAdminBeansServiceImpl. addUserXrefToEntity(ENTITY e, UserEntity user, List<AccessRightEntity> rightEntities)
protected void
GroupDataServiceImpl. addUserXrefToEntity(GroupEntity e, UserEntity user, List<AccessRightEntity> rightEntities)
protected void
RoleDataServiceImpl. 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 void
GroupEntity. addChildGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)
void
GroupEntity. addParentGroup(GroupEntity parent, AccessRightEntity right, Date startDate, Date endDate)
void
GroupEntity. 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 void
GroupEntity. addChildGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
GroupEntity. addOrganization(OrganizationEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
GroupEntity. addParentGroup(GroupEntity parent, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
GroupEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
GroupEntity. 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 void
AbstractMembershipXrefEntity. 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 void
OrganizationEntity. 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 void
OrganizationEntity. addChild(OrganizationEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
OrganizationEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
OrganizationEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
OrganizationEntity. addRole(RoleEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
OrganizationEntity. 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 void
ResourceEntity. addGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)
void
ResourceEntity. 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 void
ResourceEntity. addChildResource(ResourceEntity resource, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
ResourceEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
ResourceEntity. 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 void
RoleEntity. addGroup(GroupEntity entity, AccessRightEntity right, Date startDate, Date endDate)
void
RoleEntity. 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 void
RoleEntity. addChild(RoleEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
RoleEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
RoleEntity. addOrganization(OrganizationEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
RoleEntity. addParentRole(RoleEntity parent, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
RoleEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
RoleEntity. 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 void
UserEntity. addAffiliation(OrganizationEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
UserEntity. addGroup(GroupEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
UserEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
UserEntity. addRole(RoleEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
-