[java-identity-provider COMMIT] /trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthnEventIds.java

noreply at shibboleth.net noreply at shibboleth.net
Tue Jan 7 12:54:36 EST 2014


Author: scantor
Date: Tue Jan  7 12:54:36 2014
New Revision: 5161

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5161&view=rev
Log:
Add an event for invalid authn context.

Modified:
    trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthnEventIds.java

Modified: trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthnEventIds.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthnEventIds.java?rev=5161&r1=5160&r2=5161&view=diff
==============================================================================
--- trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthnEventIds.java (original)
+++ trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AuthnEventIds.java Tue Jan  7 12:54:36 2014
@@ -23,6 +23,9 @@
  */
 public final class AuthnEventIds {
 
+    /** ID of event returned if the {@link AuthenticationContext} is missing or invalid. */
+    public static final String INVALID_AUTHN_CTX = "InvalidAuthenticationContext";
+    
     /** ID of event returned if there are no authentication flows that could be used to authenticate the user. */
     public static final String NO_POTENTIAL_FLOW = "NoPotentialFlow";
 



More information about the commits mailing list