Uses of Interface
io.vertx.mutiny.ext.web.handler.AuthenticationHandler
-
Packages that use AuthenticationHandler Package Description io.vertx.mutiny.ext.web.handler io.vertx.mutiny.ext.web.openapi -
-
Uses of AuthenticationHandler in io.vertx.mutiny.ext.web.handler
Classes in io.vertx.mutiny.ext.web.handler that implement AuthenticationHandler Modifier and Type Class Description classAPIKeyHandlerAn authentication handler that provides API Key support.classBasicAuthHandlerAn auth handler that provides HTTP Basic Authentication support.classChainAuthHandlerAn auth handler that chains to a sequence of handlers.classDigestAuthHandlerAn auth handler that provides HTTP Basic Authentication support.classJWTAuthHandlerAn auth handler that provides JWT Authentication support.classOAuth2AuthHandlerAn auth handler that provides OAuth2 Authentication support.classRedirectAuthHandlerAn auth handler that's used to handle auth by redirecting user to a custom login page.classSimpleAuthenticationHandlerA user customizable authentication handler.classWebAuthnHandlerAn auth handler that provides FIDO2 WebAuthN Relay Party support.Methods in io.vertx.mutiny.ext.web.handler that return AuthenticationHandler Modifier and Type Method Description static AuthenticationHandlerAuthenticationHandler. newInstance(io.vertx.ext.web.handler.AuthenticationHandler arg)Methods in io.vertx.mutiny.ext.web.handler with parameters of type AuthenticationHandler Modifier and Type Method Description ChainAuthHandlerChainAuthHandler. add(AuthenticationHandler other) -
Uses of AuthenticationHandler in io.vertx.mutiny.ext.web.openapi
Methods in io.vertx.mutiny.ext.web.openapi with parameters of type AuthenticationHandler Modifier and Type Method Description RouterBuilderRouterBuilder. securityHandler(String securitySchemeName, AuthenticationHandler handler)Method parameters in io.vertx.mutiny.ext.web.openapi with type arguments of type AuthenticationHandler Modifier and Type Method Description io.smallrye.mutiny.Uni<RouterBuilder>SecurityScheme. bind(Function<io.vertx.core.json.JsonObject,io.smallrye.mutiny.Uni<AuthenticationHandler>> factory)RouterBuilderSecurityScheme. 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)RouterBuilderSecurityScheme. bindBlocking(Function<io.vertx.core.json.JsonObject,AuthenticationHandler> factory)
-