public class HtpasswdAuthOptions extends Object
Constructor and Description |
---|
HtpasswdAuthOptions() |
HtpasswdAuthOptions(HtpasswdAuthOptions that) |
HtpasswdAuthOptions(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
String |
getHtpasswdFile() |
boolean |
isPlainTextEnabled() |
HtpasswdAuthOptions |
setHtpasswdFile(String htpasswdFile) |
HtpasswdAuthOptions |
setPlainTextEnabled(boolean plainTextEnabled) |
public HtpasswdAuthOptions()
public HtpasswdAuthOptions(JsonObject json)
public HtpasswdAuthOptions(HtpasswdAuthOptions that)
public HtpasswdAuthOptions setPlainTextEnabled(boolean plainTextEnabled)
public boolean isPlainTextEnabled()
public String getHtpasswdFile()
public HtpasswdAuthOptions setHtpasswdFile(String htpasswdFile)
Copyright © 2021 Eclipse. All rights reserved.