Class SettingsSecurity
java.lang.Object
org.codehaus.plexus.components.secdispatcher.model.SettingsSecurity
- All Implemented Interfaces:
Serializable
Root element containing all security settings.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfiguration(Config config) Method addConfiguration.Method getConfigurations.Get the default dispatcher to be used when no dispatcher name provided.Get the modelEncoding field.Get the version of the model, use '4.0' for the most recent one.voidremoveConfiguration(Config config) Method removeConfiguration.voidsetConfigurations(List<Config> configurations) Set optional named Dispatcher configurations.voidsetDefaultDispatcher(String defaultDispatcher) Set the default dispatcher to be used when no dispatcher name provided.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidsetModelVersion(String modelVersion) Set the version of the model, use '4.0' for the most recent one.
-
Constructor Details
-
SettingsSecurity
public SettingsSecurity()
-
-
Method Details
-
addConfiguration
Method addConfiguration.- Parameters:
config- a config object.
-
getConfigurations
Method getConfigurations.- Returns:
- List
-
getDefaultDispatcher
Get the default dispatcher to be used when no dispatcher name provided.- Returns:
- String
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
getModelVersion
Get the version of the model, use '4.0' for the most recent one.- Returns:
- String
-
removeConfiguration
Method removeConfiguration.- Parameters:
config- a config object.
-
setConfigurations
Set optional named Dispatcher configurations.- Parameters:
configurations- a configurations object.
-
setDefaultDispatcher
Set the default dispatcher to be used when no dispatcher name provided.- Parameters:
defaultDispatcher- a defaultDispatcher object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding- a modelEncoding object.
-
setModelVersion
Set the version of the model, use '4.0' for the most recent one.- Parameters:
modelVersion- a modelVersion object.
-