Uses of Interface
io.vertx.ext.web.handler.DigestAuthHandler
-
Packages that use DigestAuthHandler Package Description io.vertx.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 DigestAuthHandlerDigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider)Create a digest auth handlerstatic DigestAuthHandlerDigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider, long nonceExpireTimeout)Create a digest auth handler, specifying the expire timeout for nonces.
-