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

noreply at shibboleth.net noreply at shibboleth.net
Tue Jul 30 23:06:45 EDT 2013


Author: scantor
Date: Tue Jul 30 23:06:45 2013
New Revision: 3415

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3415&view=rev
Log:
Add an event signaling an I/O error.

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=3415&r1=3414&r2=3415&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 Tue Jul 30 23:06:45 2013
@@ -20,6 +20,11 @@
 /** Constants to use for {@link ProfileAction} {@link org.opensaml.profile.context.EventContext}s. */
 public final class EventIds {
 
+    /**
+     * ID of event returned if an I/O-related error occurs.
+     */
+    public static final String IO_ERROR = "InputOutputError";
+    
     /**
      * ID of event returned if the {@link ProfileRequestContext} associated with the current request is missing or
      * corrupt in some way.



More information about the commits mailing list