Uses of Interface
io.vertx.ext.web.handler.BasicAuthHandler
Packages that use BasicAuthHandler
Package
Description
-
Uses of BasicAuthHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return BasicAuthHandlerModifier and TypeMethodDescriptionstatic BasicAuthHandlerBasicAuthHandler.create(AuthenticationProvider authProvider) Create a basic auth handlerstatic BasicAuthHandlerBasicAuthHandler.create(AuthenticationProvider authProvider, String realm) Create a basic auth handler, specifying realm -
Uses of BasicAuthHandler in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router with parameters of type BasicAuthHandlerModifier and TypeMethodDescriptionSecurity.httpHandler(BasicAuthHandler handler) Configure theBasicAuthHandlerto be used when creating the router. -
Uses of BasicAuthHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return BasicAuthHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type BasicAuthHandlerModifier and TypeMethodDescriptionstatic BasicAuthHandlerBasicAuthHandler.newInstance(BasicAuthHandler arg) Constructors in io.vertx.reactivex.ext.web.handler with parameters of type BasicAuthHandler -
Uses of BasicAuthHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return BasicAuthHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type BasicAuthHandlerModifier and TypeMethodDescriptionstatic BasicAuthHandlerBasicAuthHandler.newInstance(BasicAuthHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type BasicAuthHandler