Securing messages using JAX-RPC at the request and response consumers
We can secure messages at the request and response consumer level to protect message confidentiality and security.
Before you begin
About this task
To secure messages, we can:
- Configure signing to protect message confidentiality
- Configure encryption to protect message confidentiality at the server or cell level and at the application level
- Configure tokens to protect message authenticity at the server or cell level and at the application level
Procedure
- To configure consumer signing to protect message confidentiality, see the steps outlined in Configuring consumer signing using JAX-RPC to protect message integrity
- To configure encryption to protect message confidentiality at the application level, see the steps outlined in Configuring encryption to protect message confidentiality at the application level
- To configure encryption to protect message confidentiality at the server or cell level, see the steps outlined in Configuring encryption to protect message confidentiality at the server or cell level
- To configure tokens at the application level to protect message authenticity, see the steps outlined in Configuring token consumers to protect message authenticity at the application level
- To configure tokens at the server or cell level to protect message authenticity, see the steps outlined in Configuring tokens to protect message authenticity at the server or cell level
Results
By completing the steps in the previous tasks, you have secured messages at the request and response consumer level.
See also
Configuring consumer signing using JAX-RPC to protect message integrity
Configuring encryption to protect message confidentiality at the application level
Configuring encryption to protect message confidentiality at the server or cell level
Configuring token consumers to protect message authenticity at the application level
Configuring tokens to protect message authenticity at the server or cell level
Related tasks
Securing Web services applications using JAX-RPC at the message level