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