|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Constants
used throughout the core of the authentication
framework.
Field Summary | |
static int |
LOGOUT_MODE_IF_NOT_AUTHENTICATED
Logout mode: session is terminated if the user is not authenticated to any handler anymore. |
static int |
LOGOUT_MODE_IF_UNUSED
Logout mode: session is terminated if not used anymore (by the session or the authentication framework |
static int |
LOGOUT_MODE_IMMEDIATELY
Logout mode: session is terminated immediately |
static String |
SESSION_CONTEXT_NAME
The name of the authentication context. |
Field Detail |
public static final String SESSION_CONTEXT_NAME
public static final int LOGOUT_MODE_IMMEDIATELY
public static final int LOGOUT_MODE_IF_UNUSED
public static final int LOGOUT_MODE_IF_NOT_AUTHENTICATED
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |