Class SettingsSecurity
- java.lang.Object
-
- org.sonatype.plexus.components.sec.dispatcher.model.SettingsSecurity
-
- All Implemented Interfaces:
java.io.Serializable
public class SettingsSecurity extends java.lang.Object implements java.io.Serializable
Class SettingsSecurity.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List
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 Summary
Constructors Constructor Description SettingsSecurity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConfiguration(Config config)
Method addConfiguration.java.util.List
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 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.
-
-
-
Field Detail
-
master
private java.lang.String master
encrypted master password.
-
relocation
private java.lang.String relocation
reference to the location of the security file.
-
configurations
private java.util.List configurations
Field configurations.
-
modelEncoding
private java.lang.String modelEncoding
Field modelEncoding.
-
-
Method Detail
-
addConfiguration
public void addConfiguration(Config config)
Method addConfiguration.- Parameters:
config
-
-
getConfigurations
public java.util.List getConfigurations()
Method getConfigurations.- Returns:
- List
-
getMaster
public java.lang.String getMaster()
Get encrypted master password.- Returns:
- String
-
getModelEncoding
public java.lang.String getModelEncoding()
Get the modelEncoding field.- Returns:
- String
-
getRelocation
public java.lang.String getRelocation()
Get reference to the location of the security file.- Returns:
- String
-
removeConfiguration
public void removeConfiguration(Config config)
Method removeConfiguration.- Parameters:
config
-
-
setConfigurations
public void setConfigurations(java.util.List configurations)
Set named configurations.- Parameters:
configurations
-
-
setMaster
public void setMaster(java.lang.String master)
Set encrypted master password.- Parameters:
master
-
-
setModelEncoding
public void setModelEncoding(java.lang.String modelEncoding)
Set the modelEncoding field.- Parameters:
modelEncoding
-
-
setRelocation
public void setRelocation(java.lang.String relocation)
Set reference to the location of the security file.- Parameters:
relocation
-
-
-