Uses of Interface
io.vertx.mutiny.ext.web.handler.AuthenticationHandler
Packages that use AuthenticationHandler
-
Uses of AuthenticationHandler in io.vertx.mutiny.ext.web.handler
Classes in io.vertx.mutiny.ext.web.handler that implement AuthenticationHandlerModifier and TypeClassDescriptionclassAn authentication handler that provides API Key support.classAn auth handler that provides HTTP Basic Authentication support.classAn auth handler that chains to a sequence of handlers.classAn auth handler that provides HTTP Basic Authentication support.classHandler that handles login from a form on a custom login page.classAn auth handler that provides JWT Authentication support.classAn auth handler that provides OAuth2 Authentication support.classAn auth handler that provides One Time Password (Multi-Factor) Authentication support.classAn auth handler that's used to handle auth by redirecting user to a custom login page.classA user customizable authentication handler.classAn auth handler that provides FIDO2 WebAuthN Relay Party support.Methods in io.vertx.mutiny.ext.web.handler that return AuthenticationHandlerModifier and TypeMethodDescriptionstatic AuthenticationHandlerAuthenticationHandler.newInstance(io.vertx.ext.web.handler.AuthenticationHandler arg) Methods in io.vertx.mutiny.ext.web.handler with parameters of type AuthenticationHandler -
Uses of AuthenticationHandler in io.vertx.mutiny.ext.web.openapi
Methods in io.vertx.mutiny.ext.web.openapi with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionRouterBuilder.securityHandler(String securitySchemeName, AuthenticationHandler handler) Method parameters in io.vertx.mutiny.ext.web.openapi with type arguments of type AuthenticationHandlerModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<RouterBuilder>SecurityScheme.bind(Function<io.vertx.core.json.JsonObject, io.smallrye.mutiny.Uni<AuthenticationHandler>> factory) SecurityScheme.bindAndAwait(Function<io.vertx.core.json.JsonObject, io.smallrye.mutiny.Uni<AuthenticationHandler>> factory) voidSecurityScheme.bindAndForget(Function<io.vertx.core.json.JsonObject, io.smallrye.mutiny.Uni<AuthenticationHandler>> factory) SecurityScheme.bindBlocking(Function<io.vertx.core.json.JsonObject, AuthenticationHandler> factory)