Class AdminUIConfig.Csrf
- java.lang.Object
-
- io.resys.wrench.assets.controllers.beans.AdminUIConfig.Csrf
-
- Enclosing class:
- AdminUIConfig
public static class AdminUIConfig.Csrf extends Object
-
-
Constructor Summary
Constructors Constructor Description Csrf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetValue()AdminUIConfig.CsrfsetKey(String key)AdminUIConfig.CsrfsetValue(String value)
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public AdminUIConfig.Csrf setKey(String key)
-
getValue
public String getValue()
-
setValue
public AdminUIConfig.Csrf setValue(String value)
-
-