The following properties are available for a message security provider configuration.
The directory and file name of an XML file that contains the server configuration information. The default value is domain-dir/config/wss-server-config-1.0.xml.
If true, enables dumping of server provider debug messages to the server log. The default value is false.
If true, signals the provider runtime to collect the user name and password from the CallbackHandler for each request. If false, the user name and password for wsse:UsernameToken(s) is collected once, during module initialization. This property is only applicable for a ClientAuthModule. The default value is false.
Specifies the encryption key used by the provider. The key is identified by its keystore alias. The default value is s1as.
Specifies the signature key used by the provider. The key is identified by its keystore alias. The default value is s1as.