You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Ruwan Linton (JIRA)" <ji...@apache.org> on 2008/06/11 06:27:45 UTC

[jira] Created: (RAMPART-175) Provide a client options property to specify the message level policies

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.


[jira] Assigned: (RAMPART-175) Provide a client options property to specify the message level policies

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPART-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandana Mihindukulasooriya reassigned RAMPART-175:
--------------------------------------------------

    Assignee: Nandana Mihindukulasooriya  (was: Ruchith Udayanga Fernando)

> 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: Nandana Mihindukulasooriya
>
> 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.


[jira] Resolved: (RAMPART-175) Provide a client options property to specify the message level policies

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAMPART-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandana Mihindukulasooriya resolved RAMPART-175.
------------------------------------------------

    Resolution: Fixed

Fixed

> 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: Nandana Mihindukulasooriya
>
> 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.