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 ResourceEntityResourceDocumentToEntityConverter. convertToEntity(ResourceDoc doc)protected ResourceEntityResourceDocumentToEntityConverter. 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 ResourceDocResourceDocumentToEntityConverter. 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 ResourceEntityContentProviderServiceImpl. 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 voidAuthorizationMenuAdminService. 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 voidAuthorizationMenuAdminServiceImpl. 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 ResourceEntityResourceDozerConverter. convertEntity(ResourceEntity entity, boolean isDeep)ResourceEntityResourceDozerConverter. 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 ResourceEntityResourceDozerConverter. convertEntity(ResourceEntity entity, boolean isDeep)ResourceResourceDozerConverter. convertToDTO(ResourceEntity entity, boolean isDeep)ResourceResourceDozerConverter. 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 ResourcePropEntityResourceAttributeListener. 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 ResourceEntityResourceService. 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 voidResourceService. addRequiredAttributes(ResourceEntity resource)voidResourceService. 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 ResourceEntityResourceServiceImpl. 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 voidResourceServiceImpl. addRequiredAttributes(ResourceEntity resource)voidResourceServiceImpl. save(ResourceEntity entity)Method parameters in org.openiam.esb.core.service.impl with type arguments of type ResourceEntity Modifier and Type Method Description protected voidResourceServiceImpl. 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 ResourcePropEntityAttributeUtil. 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 ResourceEntityGroupToResourceMembershipXrefEntity. 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 voidGroupEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidGroupEntity. 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 ResourceEntityResourceAwareMembershipXref. 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 ResourceEntityResourceToOrgMembershipXrefEntity. 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 voidOrganizationEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidOrganizationEntity. 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 ResourceEntityResourceToResourceMembershipXrefEntity. 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 voidResourceEntity. addChildResource(ResourceEntity resource, Collection<AccessRightEntity> rights, Date startDate, Date endDate)booleanResourceEntity. hasChildResoruce(ResourceEntity entity)voidResourceEntity. 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 ResourceEntityRoleToResourceMembershipXrefEntity. 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 voidRoleEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidRoleEntity. 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 voidUserEntity. addResource(ResourceEntity entity, Collection<AccessRightEntity> rights, Date startDate, Date endDate)voidUserEntity. removeResource(ResourceEntity entity)
-