Uses of Class
org.openiam.mq.constants.api.user.ChallengeResponseAPI
-
Packages that use ChallengeResponseAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api.user -
-
Uses of ChallengeResponseAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type ChallengeResponseAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<ChallengeResponseAPI,BaseCrudServiceRequest>
ChallengeResponseQueueListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<ChallengeResponseAPI,EmptyServiceRequest>
ChallengeResponseQueueListener. getEmptyRequestProcessor()
protected AbstractListener.RequestProcessor<ChallengeResponseAPI,IdServiceRequest>
ChallengeResponseQueueListener. getGetRequestProcessor()
protected AbstractListener.RequestProcessor<ChallengeResponseAPI,BaseSearchServiceRequest>
ChallengeResponseQueueListener. getSearchRequestProcessor()
Methods in org.openiam.esb.core.mq with parameters of type ChallengeResponseAPI Modifier and Type Method Description Response
ChallengeResponseQueueListener. processingApiRequest(ChallengeResponseAPI api, ChallengeResponseCountRequest request)
-
Uses of ChallengeResponseAPI in org.openiam.mq.constants.api.user
Methods in org.openiam.mq.constants.api.user that return ChallengeResponseAPI Modifier and Type Method Description static ChallengeResponseAPI
ChallengeResponseAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChallengeResponseAPI[]
ChallengeResponseAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-