Uses of Class
io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Packages that use BasicAuthHandler
-
Uses of BasicAuthHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type BasicAuthHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<BasicAuthHandler> BasicAuthHandler.__TYPE_ARGMethods in io.vertx.reactivex.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 realmstatic BasicAuthHandlerBasicAuthHandler.newInstance(BasicAuthHandler arg) -
Uses of BasicAuthHandler in io.vertx.reactivex.ext.web.openapi.router
Methods in io.vertx.reactivex.ext.web.openapi.router with parameters of type BasicAuthHandlerModifier and TypeMethodDescriptionSecurity.httpHandler(BasicAuthHandler handler) Configure the to be used when creating the router.