Uses of Class
org.openiam.idm.srvc.user.dto.UserAuthParam
-
Packages that use UserAuthParam Package Description org.openiam.base.request org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.core.dozer.converter org.openiam.srvc.user -
-
Uses of UserAuthParam in org.openiam.base.request
Methods in org.openiam.base.request with parameters of type UserAuthParam Modifier and Type Method Description void
SaveUserAuthParamsRequest. addUserAuthParam(UserAuthParam param)
Constructor parameters in org.openiam.base.request with type arguments of type UserAuthParam Constructor Description SaveUserAuthParamsRequest(List<UserAuthParam> userAuthParams)
-
Uses of UserAuthParam in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service that return types with arguments of type UserAuthParam Modifier and Type Method Description List<UserAuthParam>
UserAuthParamService. getUserAuthParams(String userId)
List<UserAuthParam>
UserAuthParamService. getUserAuthParamsByType(String userId, UserAuthParamType type)
Method parameters in org.openiam.esb.am.service with type arguments of type UserAuthParam Modifier and Type Method Description void
UserAuthParamService. saveUserAuthParams(List<UserAuthParam> userAuthParamList)
-
Uses of UserAuthParam in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl that return types with arguments of type UserAuthParam Modifier and Type Method Description List<UserAuthParam>
UserAuthParamServiceImpl. getUserAuthParams(String userId)
List<UserAuthParam>
UserAuthParamServiceImpl. getUserAuthParamsByType(String userId, UserAuthParamType type)
Method parameters in org.openiam.esb.am.service.impl with type arguments of type UserAuthParam Modifier and Type Method Description void
UserAuthParamServiceImpl. saveUserAuthParams(List<UserAuthParam> userAuthParamList)
-
Uses of UserAuthParam in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return UserAuthParam Modifier and Type Method Description UserAuthParam
UserAuthParamDozerConverter. convertDTO(UserAuthParam entity, boolean isDeep)
UserAuthParam
UserAuthParamDozerConverter. convertToDTO(UserAuthParamEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type UserAuthParam Modifier and Type Method Description List<UserAuthParam>
UserAuthParamDozerConverter. convertToDTOList(List<UserAuthParamEntity> list, boolean isDeep)
Set<UserAuthParam>
UserAuthParamDozerConverter. convertToDTOSet(Set<UserAuthParamEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type UserAuthParam Modifier and Type Method Description UserAuthParam
UserAuthParamDozerConverter. convertDTO(UserAuthParam entity, boolean isDeep)
UserAuthParamEntity
UserAuthParamDozerConverter. convertToEntity(UserAuthParam entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type UserAuthParam Modifier and Type Method Description List<UserAuthParamEntity>
UserAuthParamDozerConverter. convertToEntityList(List<UserAuthParam> list, boolean isDeep)
Set<UserAuthParamEntity>
UserAuthParamDozerConverter. convertToEntitySet(Set<UserAuthParam> set, boolean isDeep)
-
Uses of UserAuthParam in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return types with arguments of type UserAuthParam Modifier and Type Method Description List<UserAuthParam>
UserDataWebService. getUserAuthParams(String userId)
List<UserAuthParam>
UserDataWebServiceImpl. getUserAuthParams(String userId)
-