Uses of Class
io.vertx.mutiny.ext.web.handler.DigestAuthHandler
Packages that use DigestAuthHandler
-
Uses of DigestAuthHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type DigestAuthHandlerModifier and TypeFieldDescriptionstatic final TypeArg<DigestAuthHandler>DigestAuthHandler.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler that return DigestAuthHandlerModifier and TypeMethodDescriptionstatic 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.static DigestAuthHandlerDigestAuthHandler.newInstance(io.vertx.ext.web.handler.DigestAuthHandler delegate) Creates a new instance of theDigestAuthHandler.