Provide a client options property to specify the message level policies
-----------------------------------------------------------------------

                 Key: RAMPART-175
                 URL: https://issues.apache.org/jira/browse/RAMPART-175
             Project: Rampart
          Issue Type: Improvement
          Components: rampart-core
    Affects Versions: 1.4
         Environment: all envs
            Reporter: Ruwan Linton
            Assignee: Ruchith Udayanga Fernando


For the moment I can specify the service level policy key on the client side by 
using a property in the client options as follows;

Options clientOptions = new Options();
clientOptions.setProperty("rampartPolicy", policy);

It would be nice to have a property to specify message level policies as well. 
For example like;

clientOptions.setProperty("rampartInPolicy", policy);
clientOptions.setProperty("rampartOutPolicy", policy);

So that if the above two properties are specified on the client options it 
should engage the relevant policy to the relevant message.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to