You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by ru...@apache.org on 2006/02/05 21:53:43 UTC

svn commit: r375104 - /webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java

Author: ruchithf
Date: Sun Feb  5 12:53:42 2006
New Revision: 375104

URL: http://svn.apache.org/viewcvs?rev=375104&view=rev
Log:
Oops - removing some commented constants

Modified:
    webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java

Modified: webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java
URL: http://svn.apache.org/viewcvs/webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java?rev=375104&r1=375103&r2=375104&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java (original)
+++ webservices/wss4j/trunk/src/org/apache/ws/security/WSConstants.java Sun Feb  5 12:53:42 2006
@@ -371,26 +371,6 @@
      */
     public static final int WSE_DERIVED_KEY_LEN = 16;
     public static final String LABEL_FOR_DERIVED_KEY = "WS-Security";
-    
-//    public interface WSC {
-//        /*
-//         * WS-secureConversation namespace
-//         */
-//        public static final String WSC_NS = "http://schemas.xmlsoap.org/ws/2005/02/sc";
-//        
-//        /*
-//         * The local names and attribute names used by WSC
-//         */
-//        public final static String DERIVED_KEY_LN = "DerivedKeyToken";
-//        public final static String ALGORITHM_LN = "Algorithm";
-//        public final static String PROPERTIES_LN = "Properties";
-//        public final static String GENERATION_LN = "Generation";
-//        public final static String OFFSET_LN = "Offset";
-//        public final static String LENGTH_LN = "Length";
-//        public final static String LABEL_LN = "Label";
-//
-//        public final static String P_SHA_1 = "http://schemas.xmlsoap.org/ws/2005/02/sc/dk/p_sha1";
-//    }
 
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org