org.apache.cocoon.webapps.authentication
Interface AuthenticationConstants


Deprecated. This block is deprecated and will be removed in future versions.

public interface AuthenticationConstants

The Constants used throughout the core of the authentication framework.

Version:
CVS $Id: AuthenticationConstants.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

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

SESSION_CONTEXT_NAME

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

See Also:
Constant Field Values

LOGOUT_MODE_IMMEDIATELY

static final int LOGOUT_MODE_IMMEDIATELY
Deprecated. 
Logout mode: session is terminated immediately

See Also:
Constant Field Values

LOGOUT_MODE_IF_UNUSED

static final int LOGOUT_MODE_IF_UNUSED
Deprecated. 
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

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

See Also:
Constant Field Values


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.