Uses of Class
org.openiam.am.srvc.domain.AuthAttributeEntity
-
Packages that use AuthAttributeEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository.impl -
-
Uses of AuthAttributeEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthAttributeEntity Modifier and Type Method Description AuthAttributeEntity
AuthAttributeDozerConverter. convertEntity(AuthAttributeEntity userEntity, boolean isDeep)
AuthAttributeEntity
AuthAttributeDozerConverter. convertToEntity(AuthAttribute entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthAttributeEntity Modifier and Type Method Description List<AuthAttributeEntity>
AuthAttributeDozerConverter. convertToEntityList(List<AuthAttribute> list, boolean isDeep)
Set<AuthAttributeEntity>
AuthAttributeDozerConverter. convertToEntitySet(Set<AuthAttribute> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthAttributeEntity Modifier and Type Method Description AuthAttributeEntity
AuthAttributeDozerConverter. convertEntity(AuthAttributeEntity userEntity, boolean isDeep)
AuthAttribute
AuthAttributeDozerConverter. convertToDTO(AuthAttributeEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthAttributeEntity Modifier and Type Method Description List<AuthAttribute>
AuthAttributeDozerConverter. convertToDTOList(List<AuthAttributeEntity> list, boolean isDeep)
Set<AuthAttribute>
AuthAttributeDozerConverter. convertToDTOSet(Set<AuthAttributeEntity> set, boolean isDeep)
-
Uses of AuthAttributeEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type AuthAttributeEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AuthAttributeEntity>
AuthAttributeRepositoryImpl. buildSpecifications(AuthAttributeSearchBean sb)
protected Class<AuthAttributeEntity>
AuthAttributeRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<AuthAttributeEntity,String>
AuthAttributeRepositoryImpl. getRepository()
-