From 2c1339148c530e184d658add8de6f30c55d0513a Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 19 May 2009 06:24:57 +0000 Subject: Tag 1.5 RC0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776200 13f79535-47bb-0310-9956-ffa450edef68 --- ...rg.apache.tuscany.sca.policy.util.PolicyHandler | 21 +++ .../src/main/resources/definitions.xml | 203 +++++++++++++++++++++ .../src/main/resources/helloworldKeys.jks | Bin 0 -> 1354 bytes .../main/resources/helloworldwsclient.composite | 58 ++++++ .../src/main/resources/logging.properties | 30 +++ .../src/main/resources/wsdl/helloworld.wsdl | 85 +++++++++ 6 files changed, 397 insertions(+) create mode 100644 tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler create mode 100644 tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/definitions.xml create mode 100644 tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/helloworldKeys.jks create mode 100644 tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/helloworldwsclient.composite create mode 100644 tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/logging.properties create mode 100644 tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/wsdl/helloworld.wsdl (limited to 'tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources') diff --git a/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler new file mode 100644 index 0000000000..8b089c7222 --- /dev/null +++ b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# PolicyHandlerClasses to interpret specific PolicyModels against specific QoS infrastructures +# handler classname;qname=;model= +org.apache.tuscany.sca.policy.security.ws.Axis2ConfigParamPolicyHandler;intent=http://helloworld#wsAuthentication,model=org.apache.tuscany.sca.policy.security.ws.Axis2ConfigParamPolicy +org.apache.tuscany.sca.policy.security.ws.WSSecurityPolicyHandler;intent=http://helloworld#wsIntegrity,model=org.apache.neethi.Policy \ No newline at end of file diff --git a/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/definitions.xml b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/definitions.xml new file mode 100644 index 0000000000..0ab3a5a9f1 --- /dev/null +++ b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/definitions.xml @@ -0,0 +1,203 @@ + + + + + + + + + + UsernameToken + TuscanyWsUser + helloworld.ClientPWCBHandler" + + PasswordText + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TuscanyWsUser + TuscanyWsUser + helloworld.ClientPWCBHandler + + + + JKS + helloworldKeys.jks + TuscanyWsUserPasswd + + + + + + + + + + + + + + + + + UsernameToken + helloworld.ServerPWCBHandler + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TuscanyWsUser + TuscanyWsUser + helloworld.ServerPWCBHandler + + + + JKS + helloworldKeys.jks + TuscanyWsUserPasswd + + + + + + + + + \ No newline at end of file diff --git a/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/helloworldKeys.jks b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/helloworldKeys.jks new file mode 100644 index 0000000000..e2184ad3c6 Binary files /dev/null and b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/helloworldKeys.jks differ diff --git a/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/helloworldwsclient.composite b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/helloworldwsclient.composite new file mode 100644 index 0000000000..904befaf60 --- /dev/null +++ b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/helloworldwsclient.composite @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/logging.properties b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/logging.properties new file mode 100644 index 0000000000..3a4b43222d --- /dev/null +++ b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/logging.properties @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# $Rev: 463856 $ $Date: 2006-10-14 03:54:29 +0530 (Sat, 14 Oct 2006) $ +# + +# Custom logging configuration for Tuscany samples +# By default, only INFO level logging is enabled and ALL messages get sent to the console +# For more messages from the runtime, uncomment specific settings at the end of this file +handlers = java.util.logging.ConsoleHandler +java.util.logging.ConsoleHandler.level = ALL +java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter +.level=INFO + +# Uncomment the next setting to get all Tuscany messages (this will be a lot) +#org.apache.tuscany.level=FINEST diff --git a/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/wsdl/helloworld.wsdl b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/wsdl/helloworld.wsdl new file mode 100644 index 0000000000..e6fcc6f4a6 --- /dev/null +++ b/tags/java/sca/1.5/samples/helloworld-ws-reference-secure/src/main/resources/wsdl/helloworld.wsdl @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3