public class SettingsSecurity extends Object implements Serializable
Constructor and Description |
---|
SettingsSecurity() |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguration(Config config)
Method addConfiguration.
|
List<Config> |
getConfigurations()
Method getConfigurations.
|
String |
getMaster()
Get encrypted master password.
|
String |
getModelEncoding()
Get the modelEncoding field.
|
String |
getRelocation()
Get reference to the location of the security file.
|
void |
removeConfiguration(Config config)
Method removeConfiguration.
|
void |
setConfigurations(List<Config> configurations)
Set named configurations.
|
void |
setMaster(String master)
Set encrypted master password.
|
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field.
|
void |
setRelocation(String relocation)
Set reference to the location of the security file.
|
public void addConfiguration(Config config)
config
- public String getMaster()
public String getModelEncoding()
public String getRelocation()
public void removeConfiguration(Config config)
config
- public void setConfigurations(List<Config> configurations)
configurations
- public void setMaster(String master)
master
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setRelocation(String relocation)
relocation
- Copyright © 2008-2013 Sonatype, Inc.. All Rights Reserved.