
en.help.ref-messagesecurityproviderconfigprops.html Maven / Gradle / Ivy
Show all versions of console-common Show documentation
Properties Specific to Message Security Provider Configurations
The following properties are available for a message security provider configuration.
server.config
-
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
.
debug
-
If true
, enables dumping of server provider debug messages to the server log. The default value is false
.
dynamic.username.password
-
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
.
encryption.key.alias
-
Specifies the encryption key used by the provider. The key is identified by its keystore
alias. The default value is s1as
.
signature.key.alias
-
Specifies the signature key used by the provider. The key is identified by its keystore
alias. The default value is s1as
.
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices