Uses of Class
org.openiam.am.srvc.domain.AuthResourceAttributeMapEntity
-
-
Uses of AuthResourceAttributeMapEntity in org.openiam.am.srvc.domain
Methods in org.openiam.am.srvc.domain that return AuthResourceAttributeMapEntity Modifier and Type Method Description AuthResourceAttributeMapEntityAuthProviderEntity. getResourceAttributeByName(String name) -
Uses of AuthResourceAttributeMapEntity in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return types with arguments of type AuthResourceAttributeMapEntity Modifier and Type Method Description List<AuthResourceAttributeMapEntity>AuthResourceAttributeService. getAttributeMapList(String providerId) -
Uses of AuthResourceAttributeMapEntity in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return types with arguments of type AuthResourceAttributeMapEntity Modifier and Type Method Description List<AuthResourceAttributeMapEntity>AuthResourceAttributeServiceImpl. getAttributeMapList(String providerId) -
Uses of AuthResourceAttributeMapEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthResourceAttributeMapEntity Modifier and Type Method Description AuthResourceAttributeMapEntityAuthResourceAttributeMapDozerConverter. convertEntity(AuthResourceAttributeMapEntity userEntity, boolean isDeep)AuthResourceAttributeMapEntityAuthResourceAttributeMapDozerConverter. convertToEntity(AuthResourceAttributeMap entity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthResourceAttributeMapEntity Modifier and Type Method Description List<AuthResourceAttributeMapEntity>AuthResourceAttributeMapDozerConverter. convertToEntityList(List<AuthResourceAttributeMap> list, boolean isDeep)Set<AuthResourceAttributeMapEntity>AuthResourceAttributeMapDozerConverter. convertToEntitySet(Set<AuthResourceAttributeMap> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthResourceAttributeMapEntity Modifier and Type Method Description AuthResourceAttributeMapEntityAuthResourceAttributeMapDozerConverter. convertEntity(AuthResourceAttributeMapEntity userEntity, boolean isDeep)AuthResourceAttributeMapAuthResourceAttributeMapDozerConverter. convertToDTO(AuthResourceAttributeMapEntity userEntity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthResourceAttributeMapEntity Modifier and Type Method Description List<AuthResourceAttributeMap>AuthResourceAttributeMapDozerConverter. convertToDTOList(List<AuthResourceAttributeMapEntity> list, boolean isDeep)Set<AuthResourceAttributeMap>AuthResourceAttributeMapDozerConverter. convertToDTOSet(Set<AuthResourceAttributeMapEntity> set, boolean isDeep) -
Uses of AuthResourceAttributeMapEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type AuthResourceAttributeMapEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AuthResourceAttributeMapEntity>AuthResourceAttributeMapRepositoryImpl. buildSpecifications(AuthResourceAttributeMapSearchBean sb)protected Class<AuthResourceAttributeMapEntity>AuthResourceAttributeMapRepositoryImpl. getEntityClass()protected AbstractKeyEntityRepository<AuthResourceAttributeMapEntity,String>AuthResourceAttributeMapRepositoryImpl. getRepository()
-