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 TypeMethodDescriptionManagementInterfaceSecurityRecorder.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>ManagementInterfaceSecurityRecorder.getAuthenticationHandler(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handlerRuntimeValue) voidManagementInterfaceSecurityRecorder.initializeAuthenticationHandler(RuntimeValue<HttpSecurityRecorder.AuthenticationHandler> handler, ManagementInterfaceConfiguration runTimeConfig) -
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, HttpConfiguration httpConfig)