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 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<Config> 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.
-
Constructor Details
-
SettingsSecurity
public SettingsSecurity()
-
-
Method Details
-
addConfiguration
Method addConfiguration.- Parameters:
config- a config object.
-
getConfigurations
-
getMaster
-
getModelEncoding
-
getRelocation
-
removeConfiguration
Method removeConfiguration.- Parameters:
config- a config object.
-
setConfigurations
-
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.
-