Uses of Interface
io.vertx.ext.web.handler.DigestAuthHandler
Packages that use DigestAuthHandler
Package
Description
-
Uses of DigestAuthHandler in io.vertx.ext.web.handler
Methods in io.vertx.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. -
Uses of DigestAuthHandler in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router with parameters of type DigestAuthHandlerModifier and TypeMethodDescriptionSecurity.httpHandler(DigestAuthHandler handler) Configure theDigestAuthHandlerto 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 DigestAuthHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type DigestAuthHandlerModifier and TypeMethodDescriptionstatic DigestAuthHandlerDigestAuthHandler.newInstance(DigestAuthHandler arg) Constructors in io.vertx.reactivex.ext.web.handler with parameters of type DigestAuthHandler -
Uses of DigestAuthHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return DigestAuthHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type DigestAuthHandlerModifier and TypeMethodDescriptionstatic DigestAuthHandlerDigestAuthHandler.newInstance(DigestAuthHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type DigestAuthHandler