I have a scenario where there are couple of Authorization Policy
defined in the definitions.xml of an application (e.g allowManager,
allowUser, etc), and then, in the composite file, these are assigned
to a Java Operations :

               <implementation.java class="services.FruitsCatalogImpl">
                    <operation name="get" policySets="allowManager"/>
                </implementation.java>

The problem I'm facing is that these policySets all get grouped into
the "ApplicablePolicySets", and I couldn't find a easy way to identify
witch policySet should be used based on the one directly specified in
the composite file for a given operation.

Thoughts ?

-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Reply via email to