Package org.apache.shenyu.common.config
Class ShenyuConfig.Local
- java.lang.Object
-
- org.apache.shenyu.common.config.ShenyuConfig.Local
-
- Enclosing class:
- ShenyuConfig
public static class ShenyuConfig.Local extends java.lang.ObjectThe local config.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetEnabled()Gets enabled.java.lang.StringgetSha512Key()Get Sha512Key.voidsetEnabled(boolean enabled)Sets enabled.voidsetSha512Key(java.lang.String sha512Key)Set Sha512Key.
-
-
-
Method Detail
-
getEnabled
public boolean getEnabled()
Gets enabled.- Returns:
- the enabled
-
setEnabled
public void setEnabled(boolean enabled)
Sets enabled.- Parameters:
enabled- the enabled
-
getSha512Key
public java.lang.String getSha512Key()
Get Sha512Key.- Returns:
- the key
-
setSha512Key
public void setSha512Key(java.lang.String sha512Key)
Set Sha512Key.- Parameters:
sha512Key- sha512Key
-
-