Author: dkulp
Date: Wed Mar 11 16:11:02 2009
New Revision: 752491

URL: http://svn.apache.org/viewvc?rev=752491&view=rev
Log:
Update for checkstyle and mark #3 as invalid policy

Modified:
    cxf/sandbox/interopfest/wstrust13/src/main/java/interop/client/Client.java

Modified: 
cxf/sandbox/interopfest/wstrust13/src/main/java/interop/client/Client.java
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/interopfest/wstrust13/src/main/java/interop/client/Client.java?rev=752491&r1=752490&r2=752491&view=diff
==============================================================================
--- cxf/sandbox/interopfest/wstrust13/src/main/java/interop/client/Client.java 
(original)
+++ cxf/sandbox/interopfest/wstrust13/src/main/java/interop/client/Client.java 
Wed Mar 11 16:11:02 2009
@@ -53,7 +53,7 @@
                 "CustomBinding_IPingServiceContract1",
                 "OasisScenario4Binding_IPingServiceContract",
                 //"CustomBinding_IPingServiceContract2", //NOT WORKING  [1]
-                //"CustomBinding_IPingServiceContract3", //NOT WORKING - 
SecureConversation
+                //"CustomBinding_IPingServiceContract3", //NOT WORKING  [1]
                 //"CustomBinding_IPingServiceContract4", //NOT WORKING -[2]
                 //"CustomBinding_IPingServiceContract6", //NOT WORKING - 
SecureConversation
                 //"CustomBinding_IPingServiceContract5", //NOT WORKING -[2]
@@ -100,12 +100,13 @@
     }
 
 }
-//CHECKSTYLE:OFF
 /*
-[1] The policy in PingService.wsdl seems to be wrong.   The 
sp:RequestSecurityTokenTemplate for it states:
-     <trust:KeyType 
xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512";>http://docs.oasis-open.org/ws-sx/ws-trust/200512/PublicKey</trust:KeyType>
-     but the "sample" produced from their online tool sends SymetricKey
+[1] The policy in PingService.wsdl seems to be wrong.   The 
sp:RequestSecurityTokenTemplate for 
+    it states:
+     
<trust:KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/PublicKey</trust:KeyType>
+    but the "sample" produced from their online tool sends SymetricKey
 
-[2] OasisScenario9/10 (CustomBinding_IPingServiceContract4/5) isn't working 
yet due to WSS4J not supporting using 
-RSAKeyValue (KeyInfo, WS-SecurityPolicy/KeyValueToken) things for creating 
signatures
+[2] OasisScenario9/10 (CustomBinding_IPingServiceContract4/5) isn't working 
yet due to WSS4J 
+    not supporting using RSAKeyValue (KeyInfo, 
WS-SecurityPolicy/KeyValueToken) things for 
+    creating signatures
  */


Reply via email to