org.apache.cocoon.webapps.authentication
Interface AuthenticationConstants


public interface AuthenticationConstants

The Constants used throughout the core of the authentication framework.

Version:
CVS $Id: AuthenticationConstants.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Carsten Ziegeler

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

SESSION_CONTEXT_NAME

public static final String SESSION_CONTEXT_NAME
The name of the authentication context.

See Also:
Constant Field Values

LOGOUT_MODE_IMMEDIATELY

public static final int LOGOUT_MODE_IMMEDIATELY
Logout mode: session is terminated immediately

See Also:
Constant Field Values

LOGOUT_MODE_IF_UNUSED

public static final int LOGOUT_MODE_IF_UNUSED
Logout mode: session is terminated if not used anymore (by the session or the authentication framework

See Also:
Constant Field Values

LOGOUT_MODE_IF_NOT_AUTHENTICATED

public static final int LOGOUT_MODE_IF_NOT_AUTHENTICATED
Logout mode: session is terminated if the user is not authenticated to any handler anymore.

See Also:
Constant Field Values


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.