public class HtpasswdAuthOptions extends Object implements AuthOptions
| Constructor and Description |
|---|
HtpasswdAuthOptions() |
HtpasswdAuthOptions(HtpasswdAuthOptions that) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areUsersAuthorizedForEverything() |
AuthOptions |
clone() |
AuthProvider |
createProvider(Vertx vertx) |
HtpasswdAuthOptions |
enableCryptAndDisablePlainTextPwd() |
HtpasswdAuthOptions |
enablePlainTextAndDisableCryptPwd() |
String |
getHtpasswdFile() |
boolean |
isEnabledCryptPwd() |
boolean |
isEnabledPlainTextPwd() |
HtpasswdAuthOptions |
setHtpasswdFile(String htpasswdFile) |
HtpasswdAuthOptions |
setUsersAuthorizedForEverything(boolean usersAuthorizedForEverything) |
public HtpasswdAuthOptions()
public HtpasswdAuthOptions(HtpasswdAuthOptions that)
public HtpasswdAuthOptions enablePlainTextAndDisableCryptPwd()
public HtpasswdAuthOptions enableCryptAndDisablePlainTextPwd()
public String getHtpasswdFile()
public HtpasswdAuthOptions setHtpasswdFile(String htpasswdFile)
public boolean isEnabledPlainTextPwd()
public boolean isEnabledCryptPwd()
public AuthOptions clone()
clone in interface AuthOptionsclone in class Objectpublic AuthProvider createProvider(Vertx vertx)
createProvider in interface AuthOptionspublic boolean areUsersAuthorizedForEverything()
public HtpasswdAuthOptions setUsersAuthorizedForEverything(boolean usersAuthorizedForEverything)
Copyright © 2018 Eclipse. All rights reserved.