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 Response
UserAuthParamListener. processingApiRequest(UserAuthParamAPI api, SaveUserAuthParamsRequest request)
Response
UserAuthParamListener. 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 UserAuthParamAPI
UserAuthParamAPI. 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.
-