[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
Thu Oct 22 00:00:02 EDT 2015


Author: dfisher
Date: Thu Oct 22 00:00:01 2015
New Revision: 7857

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7857&view=rev
Log:
IDP-710 - revert new event id

Remove AuthnEventsIds.AUTHN_ERROR.

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=7857&r1=7856&r2=7857&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	Thu Oct 22 00:00:01 2015
@@ -75,9 +75,6 @@
     /** ID of event returned if authentication throws an exception unrelated to credential validation. */
     @Nonnull @NotEmpty public static final String AUTHN_EXCEPTION = "AuthenticationException";
 
-    /** ID of event returned if authentication produces an error unrelated to credential validation. */
-    @Nonnull @NotEmpty public static final String AUTHN_ERROR = "AuthenticationError";
-
     /** Constructor. */
     private AuthnEventIds() {
     }



More information about the commits mailing list