Author: coheigea
Date: Wed Feb 26 10:35:21 2014
New Revision: 1571993

URL: http://svn.apache.org/r1571993
Log:
Removing configuration tags that aren't used anymore

Modified:
    
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/ConfigurationConstants.java

Modified: 
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/ConfigurationConstants.java
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/ConfigurationConstants.java?rev=1571993&r1=1571992&r2=1571993&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/ConfigurationConstants.java
 (original)
+++ 
webservices/wss4j/trunk/ws-security-common/src/main/java/org/apache/wss4j/common/ConfigurationConstants.java
 Wed Feb 26 10:35:21 2014
@@ -245,20 +245,6 @@ public class ConfigurationConstants {  
     public static final String SAML_CALLBACK_REF = "samlCallbackRef";
 
     /**
-     * This tag refers to the CallbackHandler implementation class used to get 
the key
-     * associated with a key name. The value of this tag must be the class 
name of a 
-     * {@link javax.security.auth.callback.CallbackHandler} instance.
-     */
-    public static final String ENC_CALLBACK_CLASS = "embeddedKeyCallbackClass";
-
-    /**
-     * This tag refers to the  CallbackHandler implementation object used to 
get the key
-     * associated with a key name. The value of this tag must be a
-     * {@link javax.security.auth.callback.CallbackHandler} instance.
-     */
-    public static final String ENC_CALLBACK_REF = "embeddedKeyCallbackRef";
-    
-    /**
      * The path of the crypto property file to use for Signature creation. The 
classloader 
      * loads this file. Therefore it must be accessible via the classpath.
      * <p/>


Reply via email to