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

noreply at shibboleth.net noreply at shibboleth.net
Fri Apr 18 13:58:19 EDT 2014


Author: scantor
Date: Fri Apr 18 13:58:18 2014
New Revision: 3805

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3805&view=rev
Log:
Add a generic event for message processing errors, and rename an event.

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=3805&r1=3804&r2=3805&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 Fri Apr 18 13:58:18 2014
@@ -45,8 +45,11 @@
      */
     @Nonnull @NotEmpty public static final String INVALID_MSG_MD = "InvalidMessageMetadata";
 
+    /** ID of the event returned if the preparation of an outbound message fails in some way. */
+    @Nonnull @NotEmpty public static final String MESSAGE_PROC_ERROR = "MessageProcessingError";
+    
     /** ID of event returned if an error occurs with security configuration. */
-    @Nonnull @NotEmpty public static final String INVALID_SEC_CFG = "SecurityConfigurationError";
+    @Nonnull @NotEmpty public static final String INVALID_SEC_CFG = "InvalidSecurityConfiguration";
     
     /**
      * ID of the event returned if a {@link org.opensaml.messaging.decoder.MessageDecoder} is unable to decode a



More information about the commits mailing list