Uses of Class
org.openiam.am.srvc.domain.AuthProviderAttributeEntity
-
Packages that use AuthProviderAttributeEntity Package Description org.openiam.am.srvc.domain org.openiam.esb.core.dozer.converter -
-
Uses of AuthProviderAttributeEntity in org.openiam.am.srvc.domain
Methods in org.openiam.am.srvc.domain that return AuthProviderAttributeEntity Modifier and Type Method Description AuthProviderAttributeEntity
AuthProviderEntity. getAttribute(String attributeId)
-
Uses of AuthProviderAttributeEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthProviderAttributeEntity Modifier and Type Method Description AuthProviderAttributeEntity
AuthProviderAttributeDozerConverter. convertEntity(AuthProviderAttributeEntity userEntity, boolean isDeep)
AuthProviderAttributeEntity
AuthProviderAttributeDozerConverter. convertToEntity(AuthProviderAttribute entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthProviderAttributeEntity Modifier and Type Method Description List<AuthProviderAttributeEntity>
AuthProviderAttributeDozerConverter. convertToEntityList(List<AuthProviderAttribute> list, boolean isDeep)
Set<AuthProviderAttributeEntity>
AuthProviderAttributeDozerConverter. convertToEntitySet(Set<AuthProviderAttribute> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthProviderAttributeEntity Modifier and Type Method Description AuthProviderAttributeEntity
AuthProviderAttributeDozerConverter. convertEntity(AuthProviderAttributeEntity userEntity, boolean isDeep)
AuthProviderAttribute
AuthProviderAttributeDozerConverter. convertToDTO(AuthProviderAttributeEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthProviderAttributeEntity Modifier and Type Method Description List<AuthProviderAttribute>
AuthProviderAttributeDozerConverter. convertToDTOList(List<AuthProviderAttributeEntity> list, boolean isDeep)
Set<AuthProviderAttribute>
AuthProviderAttributeDozerConverter. convertToDTOSet(Set<AuthProviderAttributeEntity> set, boolean isDeep)
-