Package | Description |
---|---|
io.vertx.ext.auth.htpasswd |
== htpasswd Auth Provider implementation
|
Modifier and Type | Method and Description |
---|---|
HtpasswdAuthOptions |
HtpasswdAuthOptions.enableCryptAndDisablePlainTextPwd() |
HtpasswdAuthOptions |
HtpasswdAuthOptions.enablePlainTextAndDisableCryptPwd() |
HtpasswdAuthOptions |
HtpasswdAuthOptions.setHtpasswdFile(String htpasswdFile) |
HtpasswdAuthOptions |
HtpasswdAuthOptions.setUsersAuthorizedForEverything(boolean usersAuthorizedForEverything) |
Modifier and Type | Method and Description |
---|---|
static HtpasswdAuth |
HtpasswdAuth.create(io.vertx.core.Vertx vertx,
HtpasswdAuthOptions htpasswdAuthOptions) |
Constructor and Description |
---|
HtpasswdAuthOptions(HtpasswdAuthOptions that) |
Copyright © 2018 Eclipse. All rights reserved.