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

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 27 22:22:53 EDT 2015


Author: scantor
Date: Tue Oct 27 22:22:52 2015
New Revision: 4361

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4361&view=rev
Log:
Add an error event for SessionNotFound during logout.

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=4361&r1=4360&r2=4361&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	Tue Oct 27 22:22:52 2015
@@ -47,7 +47,10 @@
 
     /** ID of event returned if the requested {@link org.opensaml.saml.saml2.core.NameIDPolicy} can't be satisfied. */
     @Nonnull @NotEmpty public static final String INVALID_NAMEID_POLICY = "InvalidNameIDPolicy";
-    
+
+    /** ID of event returned upon an inability to locate any matching session for a LogoutRequest. */
+    @Nonnull @NotEmpty public static final String SESSION_NOT_FOUND = "SessionNotFound";
+
     /** ID of event returned if a SAML artifact cannot be resolved. */
     @Nonnull @NotEmpty public static final String UNABLE_RESOLVE_ARTIFACT = "UnableToResolveArtifact";
     



More information about the commits mailing list