From a4ce0093ea223c6fef25dc973b5ddaff82913c74 Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 14 Aug 2009 08:23:01 +0000 Subject: Remove a prointln git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@804122 13f79535-47bb-0310-9956-ffa450edef68 --- .../token/Axis2TokenAuthenticationServicePolicyInterceptor.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java') diff --git a/java/sca/modules/binding-ws-axis2-policy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/policy/authentication/token/Axis2TokenAuthenticationServicePolicyInterceptor.java b/java/sca/modules/binding-ws-axis2-policy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/policy/authentication/token/Axis2TokenAuthenticationServicePolicyInterceptor.java index a863ef9f73..c772702526 100644 --- a/java/sca/modules/binding-ws-axis2-policy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/policy/authentication/token/Axis2TokenAuthenticationServicePolicyInterceptor.java +++ b/java/sca/modules/binding-ws-axis2-policy/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/policy/authentication/token/Axis2TokenAuthenticationServicePolicyInterceptor.java @@ -71,8 +71,7 @@ public class Axis2TokenAuthenticationServicePolicyInterceptor implements PhasedI Axis2SOAPHeaderString header = (Axis2SOAPHeaderString)Axis2HeaderPolicyUtil.getHeader(msg, policy.getTokenName()); if (header != null) { - System.out.println("Web service received token: " + header.getHeaderString()); - + // call out here to some 3rd party system to do whatever you // need to turn header credentials into an authenticated principal -- cgit v1.2.3