Versions Compared

Key

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

...

  • Route Security - Authentication and Authorization services to proceed on a route or route segment
  • Payload Security - Data Formats that offer encryption/decryption services at the payload level
  • Endpoint Security - Security offered by components that can be utilized by endpointUri associated with the component
  • Configuration Security - Security offered by encrypting sensitive information from configuration files

Route Security - Authentication and Authorization Services

...

  • Jetty - HTTP Basic Authentication support
  • CXF - HTTP Basic Authentication & WS-Security support using the CXF Bus driven interceptor chain
  • Netty - SSL support
  • MINA - SSL support
  • Cometd - SSL support
  • JMS - JAAS and SSL based security for client <--> broker communication

Configuration Security

Available as of Camel 2.5

Camel offers the Properties component to externalize configuration values to properties files. Those values could contain sensitive information such as usernames and passwords. Those values can be encrypted and automatic decrypted by Camel.