Uses of Interface
io.vertx.ext.auth.htdigest.HtdigestAuth
-
-
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 HtdigestAuthHtdigestAuth. create(Vertx vertx)Creates an instance of HtdigestAuth.static HtdigestAuthHtdigestAuth. create(Vertx vertx, String htfile)Creates an instance of HtdigestAuth by using the given htfile file.
-