Uses of Class
org.openiam.am.srvc.dto.AuthAttribute
-
-
Uses of AuthAttribute in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type AuthAttribute Modifier and Type Method Description List<AuthAttribute>AuthAttributeListResponse. getAttributeList()Method parameters in org.openiam.base.response with type arguments of type AuthAttribute Modifier and Type Method Description voidAuthAttributeListResponse. setAttributeList(List<AuthAttribute> attributeList) -
Uses of AuthAttribute in org.openiam.common.beans.builder
Method parameters in org.openiam.common.beans.builder with type arguments of type AuthAttribute Modifier and Type Method Description AuthProviderAttributeAuthProviderAttributeBuilder. buildAttribute(String attributeId, String value, Function<AuthAttributeSearchBean,List<AuthAttribute>> attributeProvider) -
Uses of AuthAttribute in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return types with arguments of type AuthAttribute Modifier and Type Method Description List<AuthAttribute>AuthProviderService. findAuthAttributeBeans(AuthAttributeSearchBean searchBean, int from, int size) -
Uses of AuthAttribute in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return types with arguments of type AuthAttribute Modifier and Type Method Description List<AuthAttribute>AuthProviderServiceImpl. findAuthAttributeBeans(AuthAttributeSearchBean searchBean, int from, int size) -
Uses of AuthAttribute in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AuthAttribute Modifier and Type Method Description AuthAttributeAuthAttributeDozerConverter. convertDTO(AuthAttribute entity, boolean isDeep)AuthAttributeAuthAttributeDozerConverter. convertToDTO(AuthAttributeEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AuthAttribute Modifier and Type Method Description List<AuthAttribute>AuthAttributeDozerConverter. convertToDTOList(List<AuthAttributeEntity> list, boolean isDeep)Set<AuthAttribute>AuthAttributeDozerConverter. convertToDTOSet(Set<AuthAttributeEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AuthAttribute Modifier and Type Method Description AuthAttributeAuthAttributeDozerConverter. convertDTO(AuthAttribute entity, boolean isDeep)AuthAttributeEntityAuthAttributeDozerConverter. convertToEntity(AuthAttribute entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AuthAttribute Modifier and Type Method Description List<AuthAttributeEntity>AuthAttributeDozerConverter. convertToEntityList(List<AuthAttribute> list, boolean isDeep)Set<AuthAttributeEntity>AuthAttributeDozerConverter. convertToEntitySet(Set<AuthAttribute> set, boolean isDeep) -
Uses of AuthAttribute in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type AuthAttribute Modifier and Type Method Description List<AuthAttribute>AuthProviderWebService. findAuthAttributeBeans(AuthAttributeSearchBean searchBean, int from, int size)List<AuthAttribute>AuthProviderWebServiceImpl. findAuthAttributeBeans(AuthAttributeSearchBean searchBean, int from, int size)
-