[java-opensaml COMMIT] /trunk/opensaml-profile-api/src/main/java/org/opensaml/profile/action/EventIds.java
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 6 18:54:51 EST 2014
Author: tzeller
Date: Thu Feb 6 18:54:51 2014
New Revision: 3603
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3603&view=rev
Log:
Add "UnableToSign" event ID.
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=3603&r1=3602&r2=3603&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 Thu Feb 6 18:54:51 2014
@@ -54,6 +54,11 @@
* message.
*/
public static final String UNABLE_TO_ENCODE = "UnableToEncode";
+
+ /**
+ * ID of the event returned if a {@link org.opensaml.xmlsec.signature.support.Signer} is unable to sign a signature.
+ */
+ public static final String UNABLE_TO_SIGN = "UnableToSign";
/** ID of the event returned if a SAML message version is incorrect or unsupported. */
public static final String INVALID_MESSAGE_VERSION = "InvalidMessageVersion";
More information about the commits
mailing list