Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: another trivial

...

  • Pass authentication tokens between services
  • Encrypt messages or parts of messages
  • Sign messages
  • Timestamp messages

Currently, CXF has implements WS-Security integration which utilizes by integrating WSS4J. To use the integration, you'll need to configure these interceptors and add them to your service and/or client.

...