org.apache.catalina.authenticator

Class Constants

public class Constants extends Object

Field Summary
static StringBASIC_METHOD
static StringCERT_METHOD
static StringCONFIDENTIAL_TRANSPORT
static StringDIGEST_METHOD
static StringFORM_ACTION
static StringFORM_METHOD
static StringFORM_PASSWORD
static StringFORM_PRINCIPAL_NOTE
The previously authenticated principal (if caching is disabled).
static StringFORM_REQUEST_NOTE
The original request information, to which the user will be redirected if authentication succeeds.
static StringFORM_USERNAME
static StringINTEGRAL_TRANSPORT
static StringNONE_TRANSPORT
static StringPackage
static StringREQ_PASSWORD_NOTE
The notes key for the password used to authenticate this user.
static StringREQ_SSOID_NOTE
The notes key to track the single-sign-on identity with which this request is associated.
static StringREQ_USERNAME_NOTE
The notes key for the username used to authenticate this user.
static StringSESS_PASSWORD_NOTE
The notes key for the password used to authenticate this user.
static StringSESS_USERNAME_NOTE
The notes key for the username used to authenticate this user.
static StringSINGLE_SIGN_ON_COOKIE

Field Detail

BASIC_METHOD

public static final String BASIC_METHOD

CERT_METHOD

public static final String CERT_METHOD

CONFIDENTIAL_TRANSPORT

public static final String CONFIDENTIAL_TRANSPORT

DIGEST_METHOD

public static final String DIGEST_METHOD

FORM_ACTION

public static final String FORM_ACTION

FORM_METHOD

public static final String FORM_METHOD

FORM_PASSWORD

public static final String FORM_PASSWORD

FORM_PRINCIPAL_NOTE

public static final String FORM_PRINCIPAL_NOTE
The previously authenticated principal (if caching is disabled).

FORM_REQUEST_NOTE

public static final String FORM_REQUEST_NOTE
The original request information, to which the user will be redirected if authentication succeeds.

FORM_USERNAME

public static final String FORM_USERNAME

INTEGRAL_TRANSPORT

public static final String INTEGRAL_TRANSPORT

NONE_TRANSPORT

public static final String NONE_TRANSPORT

Package

public static final String Package

REQ_PASSWORD_NOTE

public static final String REQ_PASSWORD_NOTE
The notes key for the password used to authenticate this user.

REQ_SSOID_NOTE

public static final String REQ_SSOID_NOTE
The notes key to track the single-sign-on identity with which this request is associated.

REQ_USERNAME_NOTE

public static final String REQ_USERNAME_NOTE
The notes key for the username used to authenticate this user.

SESS_PASSWORD_NOTE

public static final String SESS_PASSWORD_NOTE
The notes key for the password used to authenticate this user.

SESS_USERNAME_NOTE

public static final String SESS_USERNAME_NOTE
The notes key for the username used to authenticate this user.

SINGLE_SIGN_ON_COOKIE

public static final String SINGLE_SIGN_ON_COOKIE
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.