[java-identity-provider COMMIT] /trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/flow/impl/Events.java

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 29 15:08:51 EDT 2015


Author: serac
Date: Thu Oct 29 15:08:50 2015
New Revision: 7908

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7908&view=rev
Log:
IDP-846 Remove more unused events.

https://issues.shibboleth.net/jira/browse/IDP-846

Modified:
    trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/flow/impl/Events.java

Modified: trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/flow/impl/Events.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/flow/impl/Events.java?rev=7908&r1=7907&r2=7908&view=diff
==============================================================================
--- trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/flow/impl/Events.java	(original)
+++ trunk/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/flow/impl/Events.java	Thu Oct 29 15:08:50 2015
@@ -26,12 +26,6 @@
  */
 public enum Events {
 
-    /** CAS protocol renew flag specified to force authentication. */
-    RenewRequested,
-
-    /** CAS protocol gateway flag specified to skip authentication. */
-    GatewayRequested,
-
     /** Successful service ticket validation. */
     ServiceTicketValidated,
 



More information about the commits mailing list