Uses of Class
org.openiam.mq.constants.api.AuthenticationAPI
-
Packages that use AuthenticationAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api -
-
Uses of AuthenticationAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type AuthenticationAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<AuthenticationAPI,IdServiceRequest>
AuthenticationDetailsListener. getGetRequestProcessor()
protected AbstractListener.RequestProcessor<AuthenticationAPI,BaseSearchServiceRequest>
AuthenticationListener. getSearchRequestProcessor()
Methods in org.openiam.esb.core.mq with parameters of type AuthenticationAPI Modifier and Type Method Description Response
AuthenticationListener. processingApiRequest(AuthenticationAPI api, AuthenticationRequest request)
Response
AuthenticationListener. processingApiRequest(AuthenticationAPI api, AuthStateCrudServiceRequest request)
Response
AuthenticationListener. processingApiRequest(AuthenticationAPI api, LogoutRequest request)
Response
AuthenticationListener. processingApiRequest(AuthenticationAPI api, OTPServiceRequest request)
Response
AuthenticationListener. processingApiRequest(AuthenticationAPI api, OTPSuppressionRequest request)
Response
AuthenticationListener. processingApiRequest(AuthenticationAPI api, RenewTokenRequest request)
Response
AuthenticationListener. processingApiRequest(AuthenticationAPI api, UserITPolicyHistoryRequest request)
Response
AuthenticationListener. processingApiRequest(AuthenticationAPI api, VerificationCodeRequest request)
-
Uses of AuthenticationAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return AuthenticationAPI Modifier and Type Method Description static AuthenticationAPI
AuthenticationAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationAPI[]
AuthenticationAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-