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 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.
-
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
-
-
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
-
-
setConfigurations
Set named configurations.- Parameters:
configurations
-
-
setMaster
Set encrypted master password.- Parameters:
master
-
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding
-
-
setRelocation
Set reference to the location of the security file.- Parameters:
relocation
-
-