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 TypeClassDescriptionclass
An authentication handler that provides API Key support.class
An auth handler that provides HTTP Basic Authentication support.class
An auth handler that chains to a sequence of handlers.class
An auth handler that provides HTTP Basic Authentication support.class
Handler that handles login from a form on a custom login page.class
An auth handler that provides JWT Authentication support.class
An auth handler that provides OAuth2 Authentication support.class
An auth handler that provides One Time Password (Multi-Factor) Authentication support.class
An auth handler that's used to handle auth by redirecting user to a custom login page.class
A user customizable authentication handler.class
An auth handler that provides FIDO2 WebAuthN Relay Party support.Methods in io.vertx.mutiny.ext.web.handler that return AuthenticationHandlerModifier and TypeMethodDescriptionstatic AuthenticationHandler
AuthenticationHandler.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) void
SecurityScheme.bindAndForget
(Function<io.vertx.core.json.JsonObject, io.smallrye.mutiny.Uni<AuthenticationHandler>> factory) SecurityScheme.bindBlocking
(Function<io.vertx.core.json.JsonObject, AuthenticationHandler> factory)