/*
- * $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
* 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 {
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";