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 ResponseFidoAuthenticatorServiceQueueListener. processingApiRequest(FidoAuthenticatorAPI api, BytesCountServiceRequest request)ResponseFidoAuthenticatorServiceQueueListener. processingApiRequest(FidoAuthenticatorAPI api, BytesNameServiceRequest request)ResponseFidoAuthenticatorServiceQueueListener. processingApiRequest(FidoAuthenticatorAPI api, BytesServiceRequest request)ResponseFidoAuthenticatorServiceQueueListener. 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 FidoAuthenticatorAPIFidoAuthenticatorAPI. 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.
-