Class TogglzProperties.Console
- java.lang.Object
-
- org.togglz.spring.boot.actuate.autoconfigure.TogglzProperties.Console
-
- Enclosing class:
- TogglzProperties
public static class TogglzProperties.Console extends Object
-
-
Constructor Summary
Constructors Constructor Description Console()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFeatureAdminAuthority()StringgetPath()booleanisEnabled()booleanisSecured()booleanisUseManagementPort()booleanisValidateCSRFToken()voidsetEnabled(boolean enabled)voidsetFeatureAdminAuthority(String featureAdminAuthority)voidsetPath(String path)voidsetSecured(boolean secured)voidsetUseManagementPort(boolean useManagementPort)voidsetValidateCSRFToken(boolean validateCSRFToken)
-
-
-
Method Detail
-
isValidateCSRFToken
public boolean isValidateCSRFToken()
-
setValidateCSRFToken
public void setValidateCSRFToken(boolean validateCSRFToken)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getFeatureAdminAuthority
public String getFeatureAdminAuthority()
-
setFeatureAdminAuthority
public void setFeatureAdminAuthority(String featureAdminAuthority)
-
isSecured
public boolean isSecured()
-
setSecured
public void setSecured(boolean secured)
-
isUseManagementPort
public boolean isUseManagementPort()
-
setUseManagementPort
public void setUseManagementPort(boolean useManagementPort)
-
-