Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

security.username

The user's name. It is used differently by each of the Security functions, see here for more information.

security.password

The user's password when "security.callback-handler" is not defined. It is currently only used for the case of adding a password to a UsernameToken.

security.signature.username

The user's name for signature. It is used as the alias name in the keystore to get the user's cert and private key for signature. See here for more information.

security.signature.password CXF 3.3.2The user's password for signature when "security.callback-handler" is not defined.

security.encryption.username

The user's name for encryption. It is used as the alias name in the keystore to get the user's public key for encryption. See here for more information.

...