|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.plexus.components.sec.dispatcher.model.SettingsSecurity
public class SettingsSecurity
Class SettingsSecurity.
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 |
---|
public SettingsSecurity()
Method Detail |
---|
public void addConfiguration(Config config)
config
- public java.util.List<Config> getConfigurations()
public java.lang.String getMaster()
public java.lang.String getModelEncoding()
public java.lang.String getRelocation()
public void removeConfiguration(Config config)
config
- public void setConfigurations(java.util.List<Config> configurations)
configurations
- public void setMaster(java.lang.String master)
master
- public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- public void setRelocation(java.lang.String relocation)
relocation
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |