Hi All,
I have to add a new rest method to retrieve sync policy correlation rules. 
As you can see this info is just related to the sync policies.

Since the PolicyService take the policy type as part of the path 
(@Path("policies/{type}")) how do you suggest to introduce a client method to 
retrieve this info?
Should I do something like the following

@GET
List<String> getCorrelationRules(@PathParam("type") PolicyType type);

throwing an IllegalArgumentException in case of password or account type?

What are the best practices for this scenario?

Best regards,
F.

Reply via email to