| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final java.lang.String |
DEFAULT_AUTHENTICATION_QUERY |
"SELECT user_pass FROM JAWN_USERS where user_login = ?" |
protected static final java.lang.String |
DEFAULT_USER_ROLES_QUERY |
"select role_name from user_roles where username = ?" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
DEFAULT_REMEMBER_ME_COOKIE_NAME |
"jawnRememberMe" |