Uses of Class
io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
Packages that use DigestAuthHandler Package Description io.vertx.reactivex.ext.web.handler io.vertx.reactivex.ext.web.openapi.router -
-
Uses of DigestAuthHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type DigestAuthHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<DigestAuthHandler>
DigestAuthHandler. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.handler that return DigestAuthHandler Modifier and Type Method Description static DigestAuthHandler
DigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider)
Create a digest auth handlerstatic DigestAuthHandler
DigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider, long nonceExpireTimeout)
Create a digest auth handler, specifying the expire timeout for nonces.static DigestAuthHandler
DigestAuthHandler. newInstance(DigestAuthHandler arg)
-
Uses of DigestAuthHandler in io.vertx.reactivex.ext.web.openapi.router
Methods in io.vertx.reactivex.ext.web.openapi.router with parameters of type DigestAuthHandler Modifier and Type Method Description RouterBuilder
Security. httpHandler(DigestAuthHandler handler)
Configure the to be used when creating the router.
-