Uses of Class
io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Packages that use DigestAuthHandler
-
Uses of DigestAuthHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type DigestAuthHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<DigestAuthHandler> DigestAuthHandler.__TYPE_ARGMethods in io.vertx.reactivex.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(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 DigestAuthHandlerModifier and TypeMethodDescriptionSecurity.httpHandler(DigestAuthHandler handler) Configure the to be used when creating the router.