Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ACCESS_DENIED_403 |
"SPRING_SECURITY_403_EXCEPTION" |
public static final String |
AUTHENTICATION_EXCEPTION |
"SPRING_SECURITY_LAST_EXCEPTION" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ANY_CHANNEL |
"ANY_CHANNEL" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SPRING_SECURITY_LAST_EXCEPTION_KEY |
"SPRING_SECURITY_LAST_EXCEPTION" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SPRING_SECURITY_FORM_PASSWORD_KEY |
"j_password" |
public static final String |
SPRING_SECURITY_FORM_USERNAME_KEY |
"j_username" |
public static final String |
SPRING_SECURITY_LAST_USERNAME_KEY |
"SPRING_SECURITY_LAST_USERNAME" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
serialVersionUID |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_PARAMETER |
"_spring_security_remember_me" |
public static final String |
SPRING_SECURITY_REMEMBER_ME_COOKIE_KEY |
"SPRING_SECURITY_REMEMBER_ME_COOKIE" |
public static final int |
TWO_WEEKS_S |
1209600 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CREATE_TABLE_SQL |
"create table persistent_logins (username varchar(64) not null, series varchar(64) primary key, token varchar(64) not null, last_used timestamp not null)" |
public static final String |
DEF_INSERT_TOKEN_SQL |
"insert into persistent_logins (username, series, token, last_used) values(?,?,?,?)" |
public static final String |
DEF_REMOVE_USER_TOKENS_SQL |
"delete from persistent_logins where username = ?" |
public static final String |
DEF_TOKEN_BY_SERIES_SQL |
"select username,series,token,last_used from persistent_logins where series = ?" |
public static final String |
DEF_UPDATE_TOKEN_SQL |
"update persistent_logins set token = ?, last_used = ? where series = ?" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_SERIES_LENGTH |
16 |
public static final int |
DEFAULT_TOKEN_LENGTH |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ROLE_PREVIOUS_ADMINISTRATOR |
"ROLE_PREVIOUS_ADMINISTRATOR" |
public static final String |
SPRING_SECURITY_SWITCH_USERNAME_KEY |
"j_username" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_LOGIN_PAGE_URL |
"/spring_security_login" |
public static final String |
ERROR_PARAMETER_NAME |
"login_error" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_FILTER_NAME |
"springSecurityFilterChain" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SPRING_SECURITY_CONTEXT_KEY |
"SPRING_SECURITY_CONTEXT" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
XFRAME_OPTIONS_HEADER |
"X-Frame-Options" |