| org.apache.cocoon.webapps.authentication.AuthenticationConstants
AuthenticationConstants | public interface AuthenticationConstants (Code) | | The Constants used throughout the core of the authentication
framework.
author: Carsten Ziegeler version: CVS $Id: AuthenticationConstants.java 433543 2006-08-22 06:22:54Z crossley $ |
LOGOUT_MODE_IF_NOT_AUTHENTICATED | int LOGOUT_MODE_IF_NOT_AUTHENTICATED(Code) | | Logout mode: session is terminated if the user is not authenticated
to any handler anymore.
|
LOGOUT_MODE_IF_UNUSED | int LOGOUT_MODE_IF_UNUSED(Code) | | Logout mode: session is terminated if not used anymore (by the
session or the authentication framework
|
LOGOUT_MODE_IMMEDIATELY | int LOGOUT_MODE_IMMEDIATELY(Code) | | Logout mode: session is terminated immediately
|
SESSION_CONTEXT_NAME | String SESSION_CONTEXT_NAME(Code) | | The name of the authentication context.
|
|
|