From 772d956afa3a4ec971d3f8013d66117ef462bf6b Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 5 Sep 2008 11:13:14 +0000 Subject: Use basic authentication as a motivating scenario for looking at policy plug points. Generic username/password processing is added as an interceptor. Specific axis configuration is performed by new logic specific to binding.ws which is invoked if the basic auth policy is present (we need to think about this mechanism). I added a binding-ws-axis2-policy module as a replacement for policy-security-ws but haven't moved over to it yet. I also added a message header map to Message but have only been experimenting to date. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692411 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/modules/binding-ws-axis2-policy/pom.xml | 149 +++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 java/sca/modules/binding-ws-axis2-policy/pom.xml (limited to 'java/sca/modules/binding-ws-axis2-policy/pom.xml') diff --git a/java/sca/modules/binding-ws-axis2-policy/pom.xml b/java/sca/modules/binding-ws-axis2-policy/pom.xml new file mode 100644 index 0000000000..a98e5519f7 --- /dev/null +++ b/java/sca/modules/binding-ws-axis2-policy/pom.xml @@ -0,0 +1,149 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4-SNAPSHOT + ../pom.xml + + tuscany-binding-ws-axis2-policy + Apache Tuscany Policy Model for Axis2 WS binding + + + + org.apache.tuscany.sca + tuscany-contribution + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-assembly-xml + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-policy-security + 1.4-SNAPSHOT + + + + org.apache.ws.commons.axiom + axiom-api + + + xerces + xercesImpl + + + javax.mail + mail + + + commons-logging + commons-logging + + + xml-apis + xml-apis + + + 1.2.5 + + + + org.apache.ws.commons.axiom + axiom-impl + 1.2.5 + + + + org.apache.axis2 + axis2-kernel + 1.3 + + + backport-util-concurrent + backport-util-concurrent + + + xalan + xalan + + + xerces + xercesImpl + + + + + + backport-util-concurrent + backport-util-concurrent + 3.0 + test + + + + org.apache.neethi + neethi + 2.0.2 + + + wsdl4j + wsdl4j + + + org.codehaus.woodstox + wstx-asl + + + + + + org.apache.tuscany.sca + tuscany-contribution-impl + 1.4-SNAPSHOT + test + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.policy.security.ws + ${pom.name} + org.apache.tuscany.sca.policy.security.ws* + + + + + + + -- cgit v1.2.3