org.sonatype.plexus.components.sec.dispatcher.model
Class SettingsSecurity

java.lang.Object
  extended by 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

Constructor Summary
SettingsSecurity()
           
 
Method Summary
 void addConfiguration(Config config)
          Method addConfiguration.
 java.util.List<Config> 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<Config> 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsSecurity

public SettingsSecurity()
Method Detail

addConfiguration

public void addConfiguration(Config config)
Method addConfiguration.

Parameters:
config -

getConfigurations

public java.util.List<Config> 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<Config> 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 -


Copyright © 2008-2011. All Rights Reserved.