Uses of Interface
io.vertx.ext.web.handler.AuthenticationHandler
Packages that use AuthenticationHandler
Package
Description
-
Uses of AuthenticationHandler in io.vertx.ext.web.handler
Subinterfaces of AuthenticationHandler in io.vertx.ext.web.handlerModifier and TypeInterfaceDescriptioninterfaceAn authentication handler that provides API Key support.interfaceAn auth handler that provides HTTP Basic Authentication support.interfaceAn auth handler that chains to a sequence of handlers.interfaceAn auth handler that provides HTTP Basic Authentication support.interfaceHandler that handles login from a form on a custom login page.interfaceAn auth handler that provides JWT Authentication support.interfaceAn auth handler that provides OAuth2 Authentication support.interfaceAn auth handler that provides One Time Password (Multi-Factor) Authentication support.interfaceAn auth handler that's used to handle auth by redirecting user to a custom login page.interfaceA user customizable authentication handler.interfaceAn auth handler that provides FIDO2 WebAuthN Relay Party support.Methods in io.vertx.ext.web.handler with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionChainAuthHandler.add(AuthenticationHandler other) Appends a auth provider to the chain. -
Uses of AuthenticationHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return AuthenticationHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionstatic AuthenticationHandlerAuthenticationHandler.newInstance(AuthenticationHandler arg) -
Uses of AuthenticationHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return AuthenticationHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionstatic AuthenticationHandlerAuthenticationHandler.newInstance(AuthenticationHandler arg)