Uses of Class
io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
-
Packages that use HtpasswdAuthOptions Package Description io.vertx.ext.auth.htpasswd io.vertx.reactivex.ext.auth.htpasswd io.vertx.rxjava3.ext.auth.htpasswd -
-
Uses of HtpasswdAuthOptions in io.vertx.ext.auth.htpasswd
Methods in io.vertx.ext.auth.htpasswd that return HtpasswdAuthOptions Modifier and Type Method Description HtpasswdAuthOptions
HtpasswdAuthOptions. setHtpasswdFile(String htpasswdFile)
HtpasswdAuthOptions
HtpasswdAuthOptions. setPlainTextEnabled(boolean plainTextEnabled)
Methods in io.vertx.ext.auth.htpasswd with parameters of type HtpasswdAuthOptions Modifier and Type Method Description static HtpasswdAuth
HtpasswdAuth. create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
Constructors in io.vertx.ext.auth.htpasswd with parameters of type HtpasswdAuthOptions Constructor Description HtpasswdAuthOptions(HtpasswdAuthOptions that)
-
Uses of HtpasswdAuthOptions in io.vertx.reactivex.ext.auth.htpasswd
Methods in io.vertx.reactivex.ext.auth.htpasswd with parameters of type HtpasswdAuthOptions Modifier and Type Method Description static HtpasswdAuth
HtpasswdAuth. create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
-
Uses of HtpasswdAuthOptions in io.vertx.rxjava3.ext.auth.htpasswd
Methods in io.vertx.rxjava3.ext.auth.htpasswd with parameters of type HtpasswdAuthOptions Modifier and Type Method Description static HtpasswdAuth
HtpasswdAuth. create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
-