Package io.vertx.ext.auth.htpasswd
Interface HtpasswdAuth
-
- All Superinterfaces:
AuthenticationProvider
public interface HtpasswdAuth extends AuthenticationProvider
An extension of AuthProvider which is using htpasswd file as store- Author:
- Neven Radovanović
-
-
Method Summary
Static Methods Modifier and Type Method Description static HtpasswdAuth
create(Vertx vertx)
static HtpasswdAuth
create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
-
Methods inherited from interface io.vertx.ext.auth.authentication.AuthenticationProvider
authenticate
-
-
-
-
Method Detail
-
create
static HtpasswdAuth create(Vertx vertx)
-
create
static HtpasswdAuth create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions)
-
-