java.io.Serializablepublic class SettingsSecurity
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
SettingsSecurity() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addConfiguration(Config config) |
Method addConfiguration.
|
java.util.List<Config> |
getConfigurations() |
Method getConfigurations.
|
java.lang.String |
getMaster() |
Get encrypted master password.
|
java.lang.String |
getModelEncoding() |
Get the modelEncoding field.
|
java.lang.String |
getRelocation() |
Get reference to the location of the security file.
|
void |
removeConfiguration(Config config) |
Method removeConfiguration.
|
void |
setConfigurations(java.util.List<Config> configurations) |
Set named configurations.
|
void |
setMaster(java.lang.String master) |
Set encrypted master password.
|
void |
setModelEncoding(java.lang.String modelEncoding) |
Set the modelEncoding field.
|
void |
setRelocation(java.lang.String relocation) |
Set reference to the location of the security file.
|
public void addConfiguration(Config config)
config - public java.util.List<Config> getConfigurations()
public java.lang.String getMaster()
public java.lang.String getModelEncoding()
public java.lang.String getRelocation()
public void removeConfiguration(Config config)
config - public void setConfigurations(java.util.List<Config> configurations)
configurations - public void setMaster(java.lang.String master)
master - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - public void setRelocation(java.lang.String relocation)
relocation -