public class SettingsSecurity
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.util.List<Config> |
configurations
Field configurations.
|
private java.lang.String |
master
encrypted master password.
|
private java.lang.String |
modelEncoding
Field modelEncoding.
|
private java.lang.String |
relocation
reference to the location of the security file.
|
Constructor and Description |
---|
SettingsSecurity() |
Modifier and Type | Method and 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.
|
private java.lang.String master
private java.lang.String relocation
private java.util.List<Config> configurations
private java.lang.String modelEncoding
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
-