Uses of Class
org.openiam.idm.srvc.user.domain.UserAttributeEntity
-
-
Uses of UserAttributeEntity in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return UserAttributeEntity Modifier and Type Method Description protected UserAttributeEntity
UserAttributeDocumentToEntityConverter. newEntity()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type UserAttributeEntity Modifier and Type Method Description Class<UserAttributeEntity>
UserAttributeDocumentToEntityConverter. getEntityClass()
-
Uses of UserAttributeEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return UserAttributeEntity Modifier and Type Method Description UserAttributeEntity
UserAttributeDozerConverter. convertEntity(UserAttributeEntity userEntity, boolean isDeep)
UserAttributeEntity
UserAttributeDozerConverter. convertToEntity(UserAttribute dto, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type UserAttributeEntity Modifier and Type Method Description List<UserAttributeEntity>
UserAttributeDozerConverter. convertToEntityList(List<UserAttribute> list, boolean isDeep)
Set<UserAttributeEntity>
UserAttributeDozerConverter. convertToEntitySet(Set<UserAttribute> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type UserAttributeEntity Modifier and Type Method Description UserAttributeEntity
UserAttributeDozerConverter. convertEntity(UserAttributeEntity userEntity, boolean isDeep)
UserAttribute
UserAttributeDozerConverter. convertToDTO(UserAttributeEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type UserAttributeEntity Modifier and Type Method Description List<UserAttribute>
UserAttributeDozerConverter. convertToDTOList(List<UserAttributeEntity> list, boolean isDeep)
Map<String,UserAttribute>
UserAttributeDozerConverter. convertToDTOMap(Map<String,UserAttributeEntity> map, boolean isDeep)
Set<UserAttribute>
UserAttributeDozerConverter. convertToDTOSet(Set<UserAttributeEntity> set, boolean isDeep)
-
Uses of UserAttributeEntity in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return UserAttributeEntity Modifier and Type Method Description UserAttributeEntity
UserAttributeService. getAttribute(String attrId)
Gets UserAttributeEntity object that matches given attribute id.Methods in org.openiam.esb.core.user.service that return types with arguments of type UserAttributeEntity Modifier and Type Method Description List<UserAttributeEntity>
UserAttributeService. getUserAttributeList(String userId)
Returns list of UserAttributeEntity objects for given user id.Map<String,UserAttributeEntity>
UserAttributeService. getUserAttributes(String userId)
Returns map with attribute name/user attribute entity object pairs, this map is map of attributes for user with given user id. -
Uses of UserAttributeEntity in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return UserAttributeEntity Modifier and Type Method Description UserAttributeEntity
UserAttributeServiceImpl. getAttribute(String attrId)
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type UserAttributeEntity Modifier and Type Method Description List<UserAttributeEntity>
UserAttributeServiceImpl. getUserAttributeList(String userId)
Map<String,UserAttributeEntity>
UserAttributeServiceImpl. getUserAttributes(String userId)
-
Uses of UserAttributeEntity in org.openiam.esb.core.user.utils
Methods in org.openiam.esb.core.user.utils that return UserAttributeEntity Modifier and Type Method Description static UserAttributeEntity
AttributeUtil. buildUserAttribute(UserEntity user, MetadataElementEntity metadataElementEntity)
-
Uses of UserAttributeEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type UserAttributeEntity Modifier and Type Method Description List<UserAttributeEntity>
UserAttributeRepository. findAllByUserId(String userId)
Get by userId for UserAttributeRepositoryList<UserAttributeEntity>
UserAttributeRepository. findAllByUserIdAndMetadataElementIdIn(String userId, Set<String> metadataElementIds)
Get by userId and metadataElementIds for UserAttributeRepository -
Uses of UserAttributeEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type UserAttributeEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<UserAttributeEntity>
UserAttributeRepositoryImpl. buildSpecifications(UserAttributeSearchBean searchBean)
protected Class<UserAttributeEntity>
UserAttributeRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<UserAttributeEntity,String>
UserAttributeRepositoryImpl. getRepository()
-