Uses of Class
org.openiam.am.srvc.dto.AuthProviderAttribute
-
Packages that use AuthProviderAttribute Package Description org.openiam.am.srvc.dto org.openiam.common.beans.builder org.openiam.esb.core.dozer.converter -
-
Uses of AuthProviderAttribute in org.openiam.am.srvc.dto
Methods in org.openiam.am.srvc.dto that return AuthProviderAttribute Modifier and Type Method Description AuthProviderAttribute
AuthProvider. getAttributeById(String id)
Created By Anton Novikov in 4.1.9 13th Dec 2019Methods in org.openiam.am.srvc.dto that return types with arguments of type AuthProviderAttribute Modifier and Type Method Description Map<String,AuthProviderAttribute>
AuthProvider. getAttributeMap()
Returns provider attributes as Map.Methods in org.openiam.am.srvc.dto with parameters of type AuthProviderAttribute Modifier and Type Method Description void
AuthProvider. addAttribute(AuthProviderAttribute attribute)
Method parameters in org.openiam.am.srvc.dto with type arguments of type AuthProviderAttribute Modifier and Type Method Description void
AuthProvider. setAttributes(Set<AuthProviderAttribute> attributes)
-
Uses of AuthProviderAttribute in org.openiam.common.beans.builder
Methods in org.openiam.common.beans.builder that return AuthProviderAttribute Modifier and Type Method Description AuthProviderAttribute
AuthProviderAttributeBuilder. buildAttribute(String attributeId, String value, Function<AuthAttributeSearchBean,List<AuthAttribute>> attributeProvider)
-
Uses of AuthProviderAttribute in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthProviderAttribute Modifier and Type Method Description AuthProviderAttribute
AuthProviderAttributeDozerConverter. convertDTO(AuthProviderAttribute entity, boolean isDeep)
AuthProviderAttribute
AuthProviderAttributeDozerConverter. convertToDTO(AuthProviderAttributeEntity userEntity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthProviderAttribute Modifier and Type Method Description List<AuthProviderAttribute>
AuthProviderAttributeDozerConverter. convertToDTOList(List<AuthProviderAttributeEntity> list, boolean isDeep)
Set<AuthProviderAttribute>
AuthProviderAttributeDozerConverter. convertToDTOSet(Set<AuthProviderAttributeEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthProviderAttribute Modifier and Type Method Description AuthProviderAttribute
AuthProviderAttributeDozerConverter. convertDTO(AuthProviderAttribute entity, boolean isDeep)
AuthProviderAttributeEntity
AuthProviderAttributeDozerConverter. convertToEntity(AuthProviderAttribute entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthProviderAttribute Modifier and Type Method Description List<AuthProviderAttributeEntity>
AuthProviderAttributeDozerConverter. convertToEntityList(List<AuthProviderAttribute> list, boolean isDeep)
Set<AuthProviderAttributeEntity>
AuthProviderAttributeDozerConverter. convertToEntitySet(Set<AuthProviderAttribute> set, boolean isDeep)
-