From fa51018b6c24f598ae8174afa183b0b46436e69b Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 15 Sep 2008 08:07:58 +0000 Subject: More work exploring the policy extension model by implementing a token based authentication schema across binding.ws and binding.jm. No authentication is actually performed here. That is left for users to provide their own policy interceptors. However tokens are passed and security Subjects/Principals are created. This exercise has highlighted some awkwardness in the process of building policy implementations. I'll post about this on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695374 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/helloworld.composite | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 java/sca/itest/policy-security-token/src/main/resources/helloworld.composite (limited to 'java/sca/itest/policy-security-token/src/main/resources/helloworld.composite') diff --git a/java/sca/itest/policy-security-token/src/main/resources/helloworld.composite b/java/sca/itest/policy-security-token/src/main/resources/helloworld.composite new file mode 100644 index 0000000000..1db89fd502 --- /dev/null +++ b/java/sca/itest/policy-security-token/src/main/resources/helloworld.composite @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3