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 TypeMethodDescriptionManagementSecurityRecorder.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(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handlerRuntimeValue) voidManagementSecurityRecorder.initializeAuthenticationHandler(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handler, ManagementConfig managementConfig, 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 TypeMethodDescriptionHttpSecurityRecorder.authenticationMechanismHandler(boolean proactiveAuthentication) 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(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handlerRuntimeValue) voidHttpSecurityRecorder.initializeHttpAuthenticatorHandler(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handlerRuntimeValue, VertxHttpConfig httpConfig, io.quarkus.arc.runtime.BeanContainer beanContainer)