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