Uses of Interface
io.vertx.ext.auth.htpasswd.HtpasswdAuth
-
Packages that use HtpasswdAuth Package Description io.vertx.ext.auth.htpasswd io.vertx.reactivex.ext.auth.htpasswd io.vertx.rxjava3.ext.auth.htpasswd -
-
Uses of HtpasswdAuth in io.vertx.ext.auth.htpasswd
Methods in io.vertx.ext.auth.htpasswd that return HtpasswdAuth Modifier and Type Method Description static HtpasswdAuth
HtpasswdAuth. create(Vertx vertx)
static HtpasswdAuth
HtpasswdAuth. create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
-
Uses of HtpasswdAuth in io.vertx.reactivex.ext.auth.htpasswd
Methods in io.vertx.reactivex.ext.auth.htpasswd that return HtpasswdAuth Modifier and Type Method Description HtpasswdAuth
HtpasswdAuth. getDelegate()
Methods in io.vertx.reactivex.ext.auth.htpasswd with parameters of type HtpasswdAuth Modifier and Type Method Description static HtpasswdAuth
HtpasswdAuth. newInstance(HtpasswdAuth arg)
Constructors in io.vertx.reactivex.ext.auth.htpasswd with parameters of type HtpasswdAuth Constructor Description HtpasswdAuth(HtpasswdAuth delegate)
-
Uses of HtpasswdAuth in io.vertx.rxjava3.ext.auth.htpasswd
Methods in io.vertx.rxjava3.ext.auth.htpasswd that return HtpasswdAuth Modifier and Type Method Description HtpasswdAuth
HtpasswdAuth. getDelegate()
Methods in io.vertx.rxjava3.ext.auth.htpasswd with parameters of type HtpasswdAuth Modifier and Type Method Description static HtpasswdAuth
HtpasswdAuth. newInstance(HtpasswdAuth arg)
Constructors in io.vertx.rxjava3.ext.auth.htpasswd with parameters of type HtpasswdAuth Constructor Description HtpasswdAuth(HtpasswdAuth delegate)
-