Class SettingsSecurity
java.lang.Object
org.sonatype.plexus.components.sec.dispatcher.model.SettingsSecurity
- All Implemented Interfaces:
Serializable
Class SettingsSecurity.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfiguration(Config config) Method addConfiguration.Method getConfigurations.Get encrypted master password.Get the modelEncoding field.Get reference to the location of the security file.voidremoveConfiguration(Config config) Method removeConfiguration.voidsetConfigurations(List configurations) Set named configurations.voidSet encrypted master password.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidsetRelocation(String relocation) Set reference to the location of the security file.
-
Field Details
-
master
encrypted master password. -
relocation
reference to the location of the security file. -
configurations
Field configurations. -
modelEncoding
Field modelEncoding.
-
-
Constructor Details
-
SettingsSecurity
public SettingsSecurity()
-
-
Method Details
-
addConfiguration
Method addConfiguration.- Parameters:
config- a config object.
-
getConfigurations
Method getConfigurations.- Returns:
- List
-
getMaster
Get encrypted master password.- Returns:
- String
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
getRelocation
Get reference to the location of the security file.- Returns:
- String
-
removeConfiguration
Method removeConfiguration.- Parameters:
config- a config object.
-
setConfigurations
Set named configurations.- Parameters:
configurations- a configurations object.
-
setMaster
Set encrypted master password.- Parameters:
master- a master object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding- a modelEncoding object.
-
setRelocation
Set reference to the location of the security file.- Parameters:
relocation- a relocation object.
-