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

noreply at shibboleth.net noreply at shibboleth.net
Sun Dec 22 22:52:32 EST 2013


Author: scantor
Date: Sun Dec 22 22:52:31 2013
New Revision: 3523

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3523&view=rev
Log:
Move an event into OpenSAML.

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=3523&r1=3522&r2=3523&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 Sun Dec 22 22:52:31 2013
@@ -54,6 +54,9 @@
      * message.
      */
     public static final String UNABLE_TO_ENCODE = "UnableToEncode";
+
+    /** ID of the event returned if a SAML message version is incorrect or unsupported. */
+    public static final String INVALID_MESSAGE_VERSION = "InvalidMessageVersion";
     
     /**
      * ID of an Event indicating that an action completed successfully and processing should move on to the next step.



More information about the commits mailing list