Uses of Class
io.vertx.rxjava3.ext.auth.htdigest.HtdigestAuth
Packages that use HtdigestAuth
-
Uses of HtdigestAuth in io.vertx.rxjava3.ext.auth.htdigest
Fields in io.vertx.rxjava3.ext.auth.htdigest with type parameters of type HtdigestAuthModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<HtdigestAuth> HtdigestAuth.__TYPE_ARGMethods in io.vertx.rxjava3.ext.auth.htdigest that return HtdigestAuthModifier and TypeMethodDescriptionstatic HtdigestAuthCreates an instance of HtdigestAuth.static HtdigestAuthCreates an instance of HtdigestAuth by using the given htfile file.static HtdigestAuthHtdigestAuth.newInstance(HtdigestAuth arg) -
Uses of HtdigestAuth in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type HtdigestAuthModifier 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.