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(io.vertx.core.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 AuthOptions
clone
in class Object
public AuthProvider createProvider(io.vertx.core.Vertx vertx)
createProvider
in interface AuthOptions
public boolean areUsersAuthorizedForEverything()
public HtpasswdAuthOptions setUsersAuthorizedForEverything(boolean usersAuthorizedForEverything)
Copyright © 2018 Eclipse. All rights reserved.