Uses of Class
org.openiam.am.srvc.domain.AuthResourceAMAttributeEntity
-
Packages that use AuthResourceAMAttributeEntity Package Description org.openiam.am.srvc.domain org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.core.dozer.converter -
-
Uses of AuthResourceAMAttributeEntity in org.openiam.am.srvc.domain
Fields in org.openiam.am.srvc.domain declared as AuthResourceAMAttributeEntity Modifier and Type Field Description protected AuthResourceAMAttributeEntity
AbstractMetaValueEntity. amAttribute
-
Uses of AuthResourceAMAttributeEntity in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return AuthResourceAMAttributeEntity Modifier and Type Method Description AuthResourceAMAttributeEntity
AuthResourceAttributeService. getAmAttribute(String attributeId)
-
Uses of AuthResourceAMAttributeEntity in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return AuthResourceAMAttributeEntity Modifier and Type Method Description AuthResourceAMAttributeEntity
AuthResourceAttributeServiceImpl. getAmAttribute(String attributeId)
-
Uses of AuthResourceAMAttributeEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthResourceAMAttributeEntity Modifier and Type Method Description AuthResourceAMAttributeEntity
AuthResourceAMAttributeDozerConverter. convertEntity(AuthResourceAMAttributeEntity userEntity, boolean isDeep)
AuthResourceAMAttributeEntity
AuthResourceAMAttributeDozerConverter. convertToEntity(AuthResourceAMAttribute entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthResourceAMAttributeEntity Modifier and Type Method Description List<AuthResourceAMAttributeEntity>
AuthResourceAMAttributeDozerConverter. convertToEntityList(List<AuthResourceAMAttribute> list, boolean isDeep)
Set<AuthResourceAMAttributeEntity>
AuthResourceAMAttributeDozerConverter. convertToEntitySet(Set<AuthResourceAMAttribute> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthResourceAMAttributeEntity Modifier and Type Method Description AuthResourceAMAttributeEntity
AuthResourceAMAttributeDozerConverter. convertEntity(AuthResourceAMAttributeEntity userEntity, boolean isDeep)
AuthResourceAMAttribute
AuthResourceAMAttributeDozerConverter. convertToDTO(AuthResourceAMAttributeEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthResourceAMAttributeEntity Modifier and Type Method Description List<AuthResourceAMAttribute>
AuthResourceAMAttributeDozerConverter. convertToDTOList(List<AuthResourceAMAttributeEntity> list, boolean isDeep)
Set<AuthResourceAMAttribute>
AuthResourceAMAttributeDozerConverter. convertToDTOSet(Set<AuthResourceAMAttributeEntity> set, boolean isDeep)
-