Uses of Class
io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
-
Packages that use BasicAuthHandler Package Description io.vertx.rxjava3.ext.web.handler io.vertx.rxjava3.ext.web.openapi.router -
-
Uses of BasicAuthHandler in io.vertx.rxjava3.ext.web.handler
Fields in io.vertx.rxjava3.ext.web.handler with type parameters of type BasicAuthHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<BasicAuthHandler>
BasicAuthHandler. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.web.handler that return BasicAuthHandler Modifier and Type Method Description static BasicAuthHandler
BasicAuthHandler. create(AuthenticationProvider authProvider)
Create a basic auth handlerstatic BasicAuthHandler
BasicAuthHandler. create(AuthenticationProvider authProvider, String realm)
Create a basic auth handler, specifying realmstatic BasicAuthHandler
BasicAuthHandler. newInstance(BasicAuthHandler arg)
-
Uses of BasicAuthHandler in io.vertx.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.ext.web.openapi.router with parameters of type BasicAuthHandler Modifier and Type Method Description RouterBuilder
Security. httpHandler(BasicAuthHandler handler)
Configure the to be used when creating the router.
-