Uses of Class
io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
-
Packages that use HtdigestAuth Package Description io.vertx.reactivex.ext.auth.htdigest io.vertx.reactivex.ext.web.handler -
-
Uses of HtdigestAuth in io.vertx.reactivex.ext.auth.htdigest
Fields in io.vertx.reactivex.ext.auth.htdigest with type parameters of type HtdigestAuth Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<HtdigestAuth>
HtdigestAuth. __TYPE_ARG
Methods in io.vertx.reactivex.ext.auth.htdigest that return HtdigestAuth Modifier and Type Method Description static HtdigestAuth
HtdigestAuth. create(Vertx vertx)
Creates an instance of HtdigestAuth.static HtdigestAuth
HtdigestAuth. create(Vertx vertx, String htfile)
Creates an instance of HtdigestAuth by using the given htfile file.static HtdigestAuth
HtdigestAuth. newInstance(HtdigestAuth arg)
-
Uses of HtdigestAuth in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type HtdigestAuth Modifier and Type Method Description static DigestAuthHandler
DigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider)
Create a digest auth handlerstatic DigestAuthHandler
DigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider, long nonceExpireTimeout)
Create a digest auth handler, specifying the expire timeout for nonces.
-