SecurityConfiguration
The security configuration contains all settings related to the encryption/decryption functionality
<settingsSecurity xmlns="http://codehaus-plexus.github.io/plexus-sec-dispatcher/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://codehaus-plexus.github.io/plexus-sec-dispatcher/4.0.0 https://codehaus-plexus.github.io/xsd/plexus-sec-dispatcher-4.0.0.xsd">
<modelVersion/>
<defaultDispatcher/>
<configurations>
<configuration>
<name/>
<properties>
<property>
<name/>
<value/>
</property>
</properties>
</configuration>
</configurations>
</settingsSecurity>
settingsSecurity
Root element containing all security settings.
Element | Type | Description |
---|---|---|
modelVersion
|
String
|
The version of the model, use '4.0' for the most recent one. |
defaultDispatcher
|
String
|
The default dispatcher to be used when no dispatcher name provided |
configurations/configuration*
|
List<Config>
|
(Many) Optional named Dispatcher configurations |
configuration
Named Dispatcher configuration
Element | Type | Description |
---|---|---|
name
|
String
|
Name of Dispatcher configuration is meant for |
properties/property*
|
List<ConfigProperty>
|
(Many) properties |
property
generic property - name/value pair
Element | Type | Description |
---|---|---|
name
|
String
|
name of this property |
value
|
String
|
value of this property |