Uses of Interface
io.vertx.ext.auth.htdigest.HtdigestAuth
-
Packages that use HtdigestAuth Package Description io.vertx.ext.auth.htdigest io.vertx.ext.web.handler io.vertx.reactivex.ext.auth.htdigest io.vertx.rxjava3.ext.auth.htdigest -
-
Uses of HtdigestAuth in io.vertx.ext.auth.htdigest
Methods in io.vertx.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. -
Uses of HtdigestAuth in io.vertx.ext.web.handler
Methods in io.vertx.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. -
Uses of HtdigestAuth in io.vertx.reactivex.ext.auth.htdigest
Methods in io.vertx.reactivex.ext.auth.htdigest that return HtdigestAuth Modifier and Type Method Description HtdigestAuth
HtdigestAuth. getDelegate()
Methods in io.vertx.reactivex.ext.auth.htdigest with parameters of type HtdigestAuth Modifier and Type Method Description static HtdigestAuth
HtdigestAuth. newInstance(HtdigestAuth arg)
Constructors in io.vertx.reactivex.ext.auth.htdigest with parameters of type HtdigestAuth Constructor Description HtdigestAuth(HtdigestAuth delegate)
-
Uses of HtdigestAuth in io.vertx.rxjava3.ext.auth.htdigest
Methods in io.vertx.rxjava3.ext.auth.htdigest that return HtdigestAuth Modifier and Type Method Description HtdigestAuth
HtdigestAuth. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.htdigest with parameters of type HtdigestAuth Modifier and Type Method Description static HtdigestAuth
HtdigestAuth. newInstance(HtdigestAuth arg)
Constructors in io.vertx.rxjava3.ext.auth.htdigest with parameters of type HtdigestAuth Constructor Description HtdigestAuth(HtdigestAuth delegate)
-