[java-opensaml] branch master updated: Add event ID for Subject ID requirement failure.

Scott Cantor cantor.2 at osu.edu
Wed Sep 19 18:00:00 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=8c2ebd892cc9cbdd3d02701794b8ffad7fed53e1

The following commit(s) were added to refs/heads/master by this push:
       new  8c2ebd8   Add event ID for Subject ID requirement failure.
8c2ebd8 is described below

commit 8c2ebd892cc9cbdd3d02701794b8ffad7fed53e1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 19 17:59:58 2018 -0400

    Add event ID for Subject ID requirement failure.
---
 .../src/main/java/org/opensaml/saml/common/profile/SAMLEventIds.java | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/SAMLEventIds.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/SAMLEventIds.java
index e22e730..e3daac9 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/SAMLEventIds.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/common/profile/SAMLEventIds.java
@@ -53,7 +53,10 @@ public final class SAMLEventIds {
 
     /** ID of event returned if a SAML artifact cannot be resolved. */
     @Nonnull @NotEmpty public static final String UNABLE_RESOLVE_ARTIFACT = "UnableToResolveArtifact";
-    
+
+    /** ID of event returned if SAML subject-id requirement is not met. */
+    @Nonnull @NotEmpty public static final String SUBJECT_ID_REQ_FAILED = "SubjectIDReqFailed";
+
     /** Constructor. */
     private SAMLEventIds() {
         

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list