Uses of Interface
io.vertx.ext.web.handler.BasicAuthHandler
-
Packages that use BasicAuthHandler Package Description io.vertx.ext.web.handler io.vertx.ext.web.openapi.router io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of BasicAuthHandler in io.vertx.ext.web.handler
Methods in io.vertx.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 realm -
Uses of BasicAuthHandler in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router with parameters of type BasicAuthHandler Modifier and Type Method Description RouterBuilder
Security. httpHandler(BasicAuthHandler handler)
Configure theBasicAuthHandler
to 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 BasicAuthHandler Modifier and Type Method Description BasicAuthHandler
BasicAuthHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type BasicAuthHandler Modifier and Type Method Description static BasicAuthHandler
BasicAuthHandler. newInstance(BasicAuthHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type BasicAuthHandler Constructor Description BasicAuthHandler(BasicAuthHandler delegate)
-
Uses of BasicAuthHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return BasicAuthHandler Modifier and Type Method Description BasicAuthHandler
BasicAuthHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type BasicAuthHandler Modifier and Type Method Description static BasicAuthHandler
BasicAuthHandler. newInstance(BasicAuthHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type BasicAuthHandler Constructor Description BasicAuthHandler(BasicAuthHandler delegate)
-