org.apache.catalina.authenticator
Class Constants
java.lang.Object
|
+--org.apache.catalina.authenticator.Constants
- public class Constants
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Package
public static final java.lang.String Package
BASIC_METHOD
public static final java.lang.String BASIC_METHOD
CERT_METHOD
public static final java.lang.String CERT_METHOD
DIGEST_METHOD
public static final java.lang.String DIGEST_METHOD
FORM_METHOD
public static final java.lang.String FORM_METHOD
NONE_TRANSPORT
public static final java.lang.String NONE_TRANSPORT
INTEGRAL_TRANSPORT
public static final java.lang.String INTEGRAL_TRANSPORT
CONFIDENTIAL_TRANSPORT
public static final java.lang.String CONFIDENTIAL_TRANSPORT
FORM_ACTION
public static final java.lang.String FORM_ACTION
FORM_PASSWORD
public static final java.lang.String FORM_PASSWORD
FORM_USERNAME
public static final java.lang.String FORM_USERNAME
SINGLE_SIGN_ON_COOKIE
public static final java.lang.String SINGLE_SIGN_ON_COOKIE
REQ_PASSWORD_NOTE
public static final java.lang.String REQ_PASSWORD_NOTE
- The notes key for the password used to authenticate this user.
REQ_USERNAME_NOTE
public static final java.lang.String REQ_USERNAME_NOTE
- The notes key for the username used to authenticate this user.
REQ_SSOID_NOTE
public static final java.lang.String REQ_SSOID_NOTE
- The notes key to track the single-sign-on identity with which this
request is associated.
SESS_PASSWORD_NOTE
public static final java.lang.String SESS_PASSWORD_NOTE
- The notes key for the password used to authenticate this user.
SESS_USERNAME_NOTE
public static final java.lang.String SESS_USERNAME_NOTE
- The notes key for the username used to authenticate this user.
FORM_PRINCIPAL_NOTE
public static final java.lang.String FORM_PRINCIPAL_NOTE
- The previously authenticated principal (if caching is disabled).
FORM_REQUEST_NOTE
public static final java.lang.String FORM_REQUEST_NOTE
- The original request information, to which the user will be
redirected if authentication succeeds.
Constants
public Constants()
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.