Uses of Class
org.openiam.mq.constants.api.user.UserAuthParamAPI
-
Packages that use UserAuthParamAPI Package Description org.openiam.esb.am.mq org.openiam.mq.constants.api.user -
-
Uses of UserAuthParamAPI in org.openiam.esb.am.mq
Methods in org.openiam.esb.am.mq that return types with arguments of type UserAuthParamAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<UserAuthParamAPI,IdServiceRequest>UserAuthParamListener. getGetRequestProcessor()Methods in org.openiam.esb.am.mq with parameters of type UserAuthParamAPI Modifier and Type Method Description ResponseUserAuthParamListener. processingApiRequest(UserAuthParamAPI api, SaveUserAuthParamsRequest request)ResponseUserAuthParamListener. processingApiRequest(UserAuthParamAPI api, UserAuthParamsByTypeRequest request) -
Uses of UserAuthParamAPI in org.openiam.mq.constants.api.user
Methods in org.openiam.mq.constants.api.user that return UserAuthParamAPI Modifier and Type Method Description static UserAuthParamAPIUserAuthParamAPI. valueOf(String name)Returns the enum constant of this type with the specified name.static UserAuthParamAPI[]UserAuthParamAPI. values()Returns an array containing the constants of this enum type, in the order they are declared.
-