Uses of Class
org.openiam.idm.srvc.res.domain.ResourceEntity
-
-
Uses of ResourceEntity in org.openiam.am.srvc.dto.jdbc
Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type ResourceEntity Constructor Description AuthorizationResource(ResourceEntity entity)
-
Uses of ResourceEntity in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return ResourceEntity Modifier and Type Method Description ResourceEntity
ResourceDocumentToEntityConverter. convertToEntity(ResourceDoc doc)
protected ResourceEntity
ResourceDocumentToEntityConverter. newEntity()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type ResourceEntity Modifier and Type Method Description Class<ResourceEntity>
ResourceDocumentToEntityConverter. getEntityClass()
Methods in org.openiam.elasticsearch.converter with parameters of type ResourceEntity Modifier and Type Method Description ResourceDoc
ResourceDocumentToEntityConverter. convertToDocument(ResourceEntity entity)
-
Uses of ResourceEntity in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return ResourceEntity Modifier and Type Method Description ResourceEntity
ContentProviderServiceImpl. createResource(String resName, String providerName, String url, ResourceTypeEntity resourceType, boolean isPublic)
-
Uses of ResourceEntity in org.openiam.esb.authmanager.admin.service
Method parameters in org.openiam.esb.authmanager.admin.service with type arguments of type ResourceEntity Modifier and Type Method Description void
AuthorizationMenuAdminService. processTreeUpdate(List<ResourceEntity> toSave, List<ResourceEntity> toUpdate, List<ResourceEntity> toDelete)
-
Uses of ResourceEntity in org.openiam.esb.authmanager.admin.service.impl
Method parameters in org.openiam.esb.authmanager.admin.service.impl with type arguments of type ResourceEntity Modifier and Type Method Description void
AuthorizationMenuAdminServiceImpl. processTreeUpdate(List<ResourceEntity> toSave, List<ResourceEntity> toUpdate, List<ResourceEntity> toDelete)
-
Uses of ResourceEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ResourceEntity Modifier and Type Method Description ResourceEntity
ResourceDozerConverter. convertEntity(ResourceEntity entity, boolean isDeep)
ResourceEntity
ResourceDozerConverter. convertToEntity(Resource entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ResourceEntity Modifier and Type Method Description List<ResourceEntity>
ResourceDozerConverter. convertToEntityList(List<Resource> list, boolean isDeep)
Set<ResourceEntity>
ResourceDozerConverter. convertToEntitySet(Set<Resource> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type ResourceEntity Modifier and Type Method Description ResourceEntity
ResourceDozerConverter. convertEntity(ResourceEntity entity, boolean isDeep)
Resource
ResourceDozerConverter. convertToDTO(ResourceEntity entity, boolean isDeep)
Resource
ResourceDozerConverter. convertToDTO(ResourceEntity entity, EntitlementsCollection... mappings)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ResourceEntity Modifier and Type Method Description List<Resource>
ResourceDozerConverter. convertToDTOList(List<ResourceEntity> list, boolean isDeep)
Set<Resource>
ResourceDozerConverter. convertToDTOSet(Set<ResourceEntity> set, boolean isDeep)
-
Uses of ResourceEntity in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq with parameters of type ResourceEntity Modifier and Type Method Description ResourcePropEntity
ResourceAttributeListener. buildResAttribute(ResourceEntity resource, UpdateAttributeByMetadataRequest request)
-
Uses of ResourceEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return ResourceEntity Modifier and Type Method Description ResourceEntity
ResourceService. findResourceById(String resourceId)
Methods in org.openiam.esb.core.service that return types with arguments of type ResourceEntity Modifier and Type Method Description List<ResourceEntity>
ResourceService. findResourcesByIds(Collection<String> resourceIdCollection)
Methods in org.openiam.esb.core.service with parameters of type ResourceEntity Modifier and Type Method Description void
ResourceService. addRequiredAttributes(ResourceEntity resource)
void
ResourceService. save(ResourceEntity resource)
-
Uses of ResourceEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return ResourceEntity Modifier and Type Method Description ResourceEntity
ResourceServiceImpl. findResourceById(String resourceId)
Methods in org.openiam.esb.core.service.impl that return types with arguments of type ResourceEntity Modifier and Type Method Description List<ResourceEntity>
ResourceServiceImpl. findResourcesByIds(Collection<String> resourceIdCollection)
protected List<ResourceEntity>
ResourceServiceImpl. getData()
protected Class<ResourceEntity>
ResourceServiceImpl. getEntityClass()
Methods in org.openiam.esb.core.service.impl with parameters of type ResourceEntity Modifier and Type Method Description void
ResourceServiceImpl. addRequiredAttributes(ResourceEntity resource)
void
ResourceServiceImpl. save(ResourceEntity entity)
Method parameters in org.openiam.esb.core.service.impl with type arguments of type ResourceEntity Modifier and Type Method Description protected void
ResourceServiceImpl. remove(List<ResourceEntity> resourceEntities)
-
Uses of ResourceEntity in org.openiam.esb.core.user.utils
Methods in org.openiam.esb.core.user.utils with parameters of type ResourceEntity Modifier and Type Method Description static ResourcePropEntity
AttributeUtil. buildResAttribute(ResourceEntity res, MetadataElementEntity metadataElementEntity)
-
Uses of ResourceEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type ResourceEntity Modifier and Type Method Description List<ResourceEntity>
ResourceRepository. findAllByNameInAndResourceTypeId(Set<String> names, String resourceTypeId)
-
Uses of ResourceEntity in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom that return types with arguments of type ResourceEntity Modifier and Type Method Description List<ResourceEntity>
ResourceRepositoryCustom. findForSynchronizationRequest(SynchronizationRequestSearchBean searchBean)
-
Uses of ResourceEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type ResourceEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<ResourceEntity>
ResourceRepositoryImpl. buildSpecifications(ResourceSearchBean sb)
List<ResourceEntity>
ResourceRepositoryImpl. findForSynchronizationRequest(SynchronizationRequestSearchBean sb)
protected Class<ResourceEntity>
ResourceRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<ResourceEntity,String>
ResourceRepositoryImpl. getRepository()
-
Uses of ResourceEntity in org.openiam.idm.srvc.grp.domain
Methods in org.openiam.idm.srvc.grp.domain that return ResourceEntity Modifier and Type Method Description ResourceEntity
GroupToResourceMembershipXrefEntity. getResource()
Methods in org.openiam.idm.srvc.grp.domain that return types with arguments of type ResourceEntity Modifier and Type Method Description Class<ResourceEntity>
GroupToResourceMembershipXrefEntity. getMemberClass()
Methods in org.openiam.idm.srvc.grp.domain with parameters of type ResourceEntity Modifier and Type Method Description void
GroupEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
GroupEntity. removeResource(ResourceEntity entity)
-
Uses of ResourceEntity in org.openiam.idm.srvc.membership.domain
Methods in org.openiam.idm.srvc.membership.domain that return ResourceEntity Modifier and Type Method Description ResourceEntity
ResourceAwareMembershipXref. getResource()
-
Uses of ResourceEntity in org.openiam.idm.srvc.org.domain
Methods in org.openiam.idm.srvc.org.domain that return ResourceEntity Modifier and Type Method Description ResourceEntity
ResourceToOrgMembershipXrefEntity. getResource()
Methods in org.openiam.idm.srvc.org.domain that return types with arguments of type ResourceEntity Modifier and Type Method Description Class<ResourceEntity>
ResourceToOrgMembershipXrefEntity. getMemberClass()
Methods in org.openiam.idm.srvc.org.domain with parameters of type ResourceEntity Modifier and Type Method Description void
OrganizationEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
OrganizationEntity. removeResource(ResourceEntity entity)
-
Uses of ResourceEntity in org.openiam.idm.srvc.res.domain
Methods in org.openiam.idm.srvc.res.domain that return ResourceEntity Modifier and Type Method Description ResourceEntity
ResourceToResourceMembershipXrefEntity. getResource()
Methods in org.openiam.idm.srvc.res.domain that return types with arguments of type ResourceEntity Modifier and Type Method Description Class<ResourceEntity>
ResourceToResourceMembershipXrefEntity. getEntityClass()
Class<ResourceEntity>
ResourceToResourceMembershipXrefEntity. getMemberClass()
Methods in org.openiam.idm.srvc.res.domain with parameters of type ResourceEntity Modifier and Type Method Description void
ResourceEntity. addChildResource(ResourceEntity resource, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
boolean
ResourceEntity. hasChildResoruce(ResourceEntity entity)
void
ResourceEntity. removeChildResource(ResourceEntity entity)
-
Uses of ResourceEntity in org.openiam.idm.srvc.role.domain
Methods in org.openiam.idm.srvc.role.domain that return ResourceEntity Modifier and Type Method Description ResourceEntity
RoleToResourceMembershipXrefEntity. getResource()
Methods in org.openiam.idm.srvc.role.domain that return types with arguments of type ResourceEntity Modifier and Type Method Description Class<ResourceEntity>
RoleToResourceMembershipXrefEntity. getMemberClass()
Methods in org.openiam.idm.srvc.role.domain with parameters of type ResourceEntity Modifier and Type Method Description void
RoleEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
RoleEntity. removeResource(ResourceEntity entity)
-
Uses of ResourceEntity in org.openiam.idm.srvc.user.domain
Methods in org.openiam.idm.srvc.user.domain that return types with arguments of type ResourceEntity Modifier and Type Method Description Class<ResourceEntity>
UserToResourceMembershipXrefEntity. getEntityClass()
Methods in org.openiam.idm.srvc.user.domain with parameters of type ResourceEntity Modifier and Type Method Description void
UserEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)
void
UserEntity. removeResource(ResourceEntity entity)
-