Uses of Class
io.vertx.mutiny.ext.auth.htpasswd.HtpasswdAuth
Packages that use HtpasswdAuth
-
Uses of HtpasswdAuth in io.vertx.mutiny.ext.auth.htpasswd
Fields in io.vertx.mutiny.ext.auth.htpasswd with type parameters of type HtpasswdAuthMethods in io.vertx.mutiny.ext.auth.htpasswd that return HtpasswdAuthModifier and TypeMethodDescriptionHtpasswdAuth.authenticateAndForget(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.static HtpasswdAuthstatic HtpasswdAuthHtpasswdAuth.create(Vertx vertx, io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions htpasswdAuthOptions) static HtpasswdAuthHtpasswdAuth.newInstance(io.vertx.ext.auth.htpasswd.HtpasswdAuth delegate) Creates a new instance of theHtpasswdAuth.