added rememberme field name
authormaxcooper <maxcooper>
Mon, 26 Jan 2004 10:55:37 +0000 (10:55 +0000)
committermaxcooper <maxcooper>
Mon, 26 Jan 2004 10:55:37 +0000 (10:55 +0000)
src/example/org/securityfilter/example/Constants.java

index e3f6f8c..d94e12e 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $Header: /cvsroot/securityfilter/securityfilter/src/example/org/securityfilter/example/Constants.java,v 1.4 2003/10/25 10:49:04 maxcooper Exp $
- * $Revision: 1.4 $
- * $Date: 2003/10/25 10:49:04 $
+ * $Header: /cvsroot/securityfilter/securityfilter/src/example/org/securityfilter/example/Constants.java,v 1.5 2004/01/26 10:55:37 maxcooper Exp $
+ * $Revision: 1.5 $
+ * $Date: 2004/01/26 10:55:37 $
  *
  * ====================================================================
  * The SecurityFilter Software License, Version 1.1
@@ -59,7 +59,7 @@ package org.securityfilter.example;
  * Constants - constants for the example applications to facilitate testing
  *
  * @author Max Cooper (max@maxcooper.com)
- * @version $Revision: 1.4 $ $Date: 2003/10/25 10:49:04 $
+ * @version $Revision: 1.5 $ $Date: 2004/01/26 10:55:37 $
  */
 public interface Constants {
 
@@ -82,6 +82,7 @@ public interface Constants {
    public static final String LOGIN_FORM_ACTION = "j_security_check";
    public static final String LOGIN_USERNAME_FIELD = "j_username";
    public static final String LOGIN_PASSWORD_FIELD = "j_password";
+   public static final String LOGIN_REMEMBERME_FIELD = "j_rememberme";
 
    // secure page constants
    public static final String SECURE_TITLE = COMMON_TITLE_BASE + "Secure Page";