Class SettingsSecurity
java.lang.Object
org.sonatype.plexus.components.sec.dispatcher.model.SettingsSecurity
- All Implemented Interfaces:
Serializable
Class SettingsSecurity.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addConfiguration
(Config config) Method addConfiguration.Method getConfigurations.Get encrypted master password.Get the modelEncoding field.Get reference to the location of the security file.void
removeConfiguration
(Config config) Method removeConfiguration.void
setConfigurations
(List<Config> configurations) Set named configurations.void
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.
-
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.
-