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

noreply at shibboleth.net noreply at shibboleth.net
Wed Apr 30 14:04:50 EDT 2014


Author: scantor
Date: Wed Apr 30 14:04:50 2014
New Revision: 3831

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3831&view=rev
Log:
IDP-221: ResolveArtifacts action for SAML 1

Added:
    trunk/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml1/profile/impl/ResolveArtifacts.java   (with props)
    trunk/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml1/profile/impl/ResolveArtifactsTest.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=3831&r1=3830&r2=3831&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 Wed Apr 30 14:04:50 2014
@@ -42,6 +42,9 @@
     /** ID of the event returned if the requested NameIDPolicy can't be satisfied. */
     @Nonnull @NotEmpty public static final String INVALID_NAMEID_POLICY = "InvalidNameIDPolicy";
     
+    /** ID of the event returned if a SAML artifact cannot be resolved. */
+    @Nonnull @NotEmpty public static final String UNABLE_RESOLVE_ARTIFACT = "UnableToResolveArtifact";
+    
     /** Constructor. */
     private SAMLEventIds() {
         



More information about the commits mailing list