Uses of Class
io.quarkus.vertx.http.runtime.security.HttpSecurityRecorder.AuthenticationHandler
Packages that use HttpSecurityRecorder.AuthenticationHandler
-
Uses of HttpSecurityRecorder.AuthenticationHandler in io.quarkus.vertx.http.runtime.management
Methods in io.quarkus.vertx.http.runtime.management that return types with arguments of type HttpSecurityRecorder.AuthenticationHandlerModifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> ManagementSecurityRecorder.managementAuthenticationHandler(boolean proactiveAuthentication) Method parameters in io.quarkus.vertx.http.runtime.management with type arguments of type HttpSecurityRecorder.AuthenticationHandlerModifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext> ManagementSecurityRecorder.getAuthenticationHandler(io.quarkus.runtime.RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handlerRuntimeValue) voidManagementSecurityRecorder.initializeAuthenticationHandler(io.quarkus.runtime.RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handler, io.quarkus.arc.runtime.BeanContainer beanContainer) -
Uses of HttpSecurityRecorder.AuthenticationHandler in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security that return types with arguments of type HttpSecurityRecorder.AuthenticationHandlerModifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> HttpSecurityRecorder.authenticationMechanismHandler(boolean proactiveAuthentication, boolean propagateRoutingContext) Method parameters in io.quarkus.vertx.http.runtime.security with type arguments of type HttpSecurityRecorder.AuthenticationHandlerModifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext> HttpSecurityRecorder.getHttpAuthenticatorHandler(io.quarkus.runtime.RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handlerRuntimeValue) voidHttpSecurityRecorder.initializeHttpAuthenticatorHandler(io.quarkus.runtime.RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handlerRuntimeValue, io.quarkus.arc.runtime.BeanContainer beanContainer)