diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-24 05:35:20 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-24 05:35:20 +0000 |
commit | 99924a5a8d7c02c535aa0dc998a86c4be7b320c2 (patch) | |
tree | add453063fbfcee3c1009cc57e09b29ed6853a1e /sandbox/lresende/sca/samples | |
parent | 2c4d21cdda4f7f4516a8618b9b1b592ead84d9c8 (diff) |
Explicitly setting policySet to opeation to identify who can invoke it
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797329 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/lresende/sca/samples')
-rw-r--r-- | sandbox/lresende/sca/samples/store-secure-webapp/src/main/resources/store.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/lresende/sca/samples/store-secure-webapp/src/main/resources/store.composite b/sandbox/lresende/sca/samples/store-secure-webapp/src/main/resources/store.composite index def6330fc4..5c567cbd15 100644 --- a/sandbox/lresende/sca/samples/store-secure-webapp/src/main/resources/store.composite +++ b/sandbox/lresende/sca/samples/store-secure-webapp/src/main/resources/store.composite @@ -25,7 +25,7 @@ <component name="Catalog"> <implementation.java class="services.FruitsCatalogImpl"> - <operation name="get" requires="authorization" /> <!-- policySets="allowManager" --> + <operation name="get" policySets="allowManager" /> <!-- requires="authorization" policySets="allowManager" --> </implementation.java> <property name="currencyCode">USD</property> <service name="Catalog"> |