[java-opensaml COMMIT] in /trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common: binding/BindingDescriptor....

noreply at shibboleth.net noreply at shibboleth.net
Mon Feb 17 17:26:49 EST 2014


Author: scantor
Date: Mon Feb 17 17:26:49 2014
New Revision: 3627

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3627&view=rev
Log:
Add an event code, and a Binding wrapper for exposing configuration of bindings to actions.

Added:
    trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/binding/BindingDescriptor.java   (with props)
Modified:
    trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/SAMLEventIds.java

Modified: trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/SAMLEventIds.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/SAMLEventIds.java?rev=3627&r1=3626&r2=3627&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/SAMLEventIds.java (original)
+++ trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/SAMLEventIds.java Mon Feb 17 17:26:49 2014
@@ -38,6 +38,9 @@
 
     /** ID of the event returned upon failure to decrypt an {@link EncryptedAttribute}. */
     @Nonnull @NotEmpty public static final String DECRYPT_ATTRIBUTE_FAILED = "DecryptAttributeFailed";
+
+    /** ID of the event returned upon failure to resolve an outgoing message endpoint to use. */
+    @Nonnull @NotEmpty public static final String ENDPOINT_RESOLUTION_FAILED = "EndpointResolutionFailed";
     
     /** Constructor. */
     private SAMLEventIds() {



More information about the commits mailing list