[java-opensaml COMMIT] /trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java

noreply at shibboleth.net noreply at shibboleth.net
Mon Apr 21 21:47:18 EDT 2014


Author: scantor
Date: Mon Apr 21 21:47:17 2014
New Revision: 3816

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3816&view=rev
Log:
Add event for local error handling.

Modified:
    trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java

Modified: trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java?rev=3816&r1=3815&r2=3816&view=diff
==============================================================================
--- trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java (original)
+++ trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java Mon Apr 21 21:47:17 2014
@@ -63,6 +63,9 @@
     /** ID of the event returned if a message is replayed. */
     @Nonnull @NotEmpty public static final String MESSAGE_REPLAY = "MessageReplay";
     
+    /** ID of the event returned if an error is to be handled locally and not signaled using a protocol. */
+    @Nonnull @NotEmpty public static final String TRAP_ERROR = "TrapError";
+    
     /**
      * ID of the event returned if a {@link org.opensaml.messaging.decoder.MessageDecoder} is unable to decode a
      * message.



More information about the commits mailing list