Package io.vertx.ext.auth.htpasswd
Class HtpasswdAuthOptions
- java.lang.Object
-
- io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
-
public class HtpasswdAuthOptions extends Object
Options configuring htpasswd authentication.- Author:
- Neven Radovanović
-
-
Constructor Summary
Constructors Constructor Description HtpasswdAuthOptions()
HtpasswdAuthOptions(JsonObject json)
HtpasswdAuthOptions(HtpasswdAuthOptions that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHtpasswdFile()
boolean
isPlainTextEnabled()
HtpasswdAuthOptions
setHtpasswdFile(String htpasswdFile)
HtpasswdAuthOptions
setPlainTextEnabled(boolean plainTextEnabled)
-
-
-
Constructor Detail
-
HtpasswdAuthOptions
public HtpasswdAuthOptions()
-
HtpasswdAuthOptions
public HtpasswdAuthOptions(JsonObject json)
-
HtpasswdAuthOptions
public HtpasswdAuthOptions(HtpasswdAuthOptions that)
-
-
Method Detail
-
setPlainTextEnabled
public HtpasswdAuthOptions setPlainTextEnabled(boolean plainTextEnabled)
-
isPlainTextEnabled
public boolean isPlainTextEnabled()
-
getHtpasswdFile
public String getHtpasswdFile()
-
setHtpasswdFile
public HtpasswdAuthOptions setHtpasswdFile(String htpasswdFile)
-
-