INSTANCE_SETTINGS, SETTINGS
Modifier and Type | Method and Description |
---|---|
void |
setEncryptedSetting(java.lang.String name,
java.io.Serializable value)
Encrypts the value of a setting and stores it.
|
void |
setSetting(java.lang.String name,
java.io.Serializable value)
Stores the value of a setting.
|
getDecryptedSetting, getSetting
void setEncryptedSetting(java.lang.String name, java.io.Serializable value) throws java.lang.Exception
name
- The name of the settingjava.lang.Exception
- void setSetting(java.lang.String name, java.io.Serializable value)
name
- The name of the settingvalue
- The value