Class SettingsSecurity
java.lang.Object
org.codehaus.plexus.components.secdispatcher.model.SettingsSecurity
- All Implemented Interfaces:
Serializable
Class SettingsSecurity.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConfiguration
(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.void
removeConfiguration
(Config config) Method removeConfiguration.void
setConfigurations
(List<Config> configurations) Set optional named Dispatcher configurations.void
setDefaultDispatcher
(String defaultDispatcher) Set the default dispatcher to be used when no dispatcher name provided.void
setModelEncoding
(String modelEncoding) Set the modelEncoding field.void
setModelVersion
(String modelVersion) Set the version of the model.
-
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.- 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.- Parameters:
modelVersion
- a modelVersion object.
-