Author: coheigea
Date: Mon Sep 30 10:17:46 2013
New Revision: 1527506

URL: http://svn.apache.org/r1527506
Log:
Adding a configuration tag for HandlerAction objects

Modified:
    
webservices/wss4j/trunk/ws-security-dom/src/main/java/org/apache/wss4j/dom/handler/WSHandlerConstants.java

Modified: 
webservices/wss4j/trunk/ws-security-dom/src/main/java/org/apache/wss4j/dom/handler/WSHandlerConstants.java
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-dom/src/main/java/org/apache/wss4j/dom/handler/WSHandlerConstants.java?rev=1527506&r1=1527505&r2=1527506&view=diff
==============================================================================
--- 
webservices/wss4j/trunk/ws-security-dom/src/main/java/org/apache/wss4j/dom/handler/WSHandlerConstants.java
 (original)
+++ 
webservices/wss4j/trunk/ws-security-dom/src/main/java/org/apache/wss4j/dom/handler/WSHandlerConstants.java
 Mon Sep 30 10:17:46 2013
@@ -99,6 +99,14 @@ public final class WSHandlerConstants {
      */
     public static final String TIMESTAMP = ConfigurationConstants.TIMESTAMP;
     
+    /**
+     * This is an alternative to specifying an "action" String. This Object 
should be a
+     * list of HandlerAction objects, which associated an "action" Integer 
with a corresponding
+     * SecurityActionToken object. This allows for more control over keys etc. 
used for 
+     * different actions.
+     */
+    public static final String HANDLER_ACTIONS = "handlerActions";
+    
     //
     // User properties
     //


Reply via email to