Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOGIN_FAILED_MESSAGE |
"Sorry you are having problems logging in, please try again" |
public static final int |
MAX_ATTEMPTS |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AUTH_METHOD |
"COOKIE" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_LOGIN_SUBMIT_PATTERN |
"/j_security_check" |
protected static final String |
FORM_PASSWORD |
"j_password" |
protected static final String |
FORM_REMEMBERME |
"j_rememberme" |
protected static final String |
FORM_USERNAME |
"j_username" |
public static final String |
LOGIN_SUBMIT_PATTERN_KEY |
"loginSubmitPattern" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CHARSET |
"US-ASCII" |
protected static final String |
COOKIE_NAME |
"AuthToken" |
protected static final String |
encryptionAlgorithm |
"AES" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
COOKIE_PASSWORD |
"password" |
protected static final String |
COOKIE_REMEMBERME |
"rememberme" |
protected static final String |
COOKIE_USERNAME |
"username" |
protected static final String |
COOKIE_VALIDATION |
"validation" |
protected static final String |
PROTECTION_ALL |
"all" |
protected static final String |
PROTECTION_ENCRYPTION |
"encryption" |
protected static final String |
PROTECTION_NONE |
"none" |
protected static final String |
PROTECTION_VALIDATION |
"validation" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONFIG_FILE_KEY |
"config" |
public static final String |
DEFAULT_CONFIG_FILE |
"/WEB-INF/securityfilter-config.xml" |
public static final String |
TRUE |
"true" |
public static final String |
VALIDATE_KEY |
"validate" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_TYPE |
4 |
public static final int |
EXACT_TYPE |
1 |
public static final int |
EXTENSION_TYPE |
3 |
public static final int |
PATH_TYPE |
2 |
Copyright © 2020 B3Partners B.V.. All rights reserved.