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