public class Constants extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | BASIC_METHODDeprecated. 
 Replaced by HttpServletRequest.BASIC_AUTH | 
| static String | CERT_METHODDeprecated. 
 Replaced by HttpServletRequest.CLIENT_CERT_AUTH | 
| static String | DEFAULT_JAAS_CONF | 
| static String | DEFAULT_KRB5_CONF | 
| static String | DEFAULT_LOGIN_MODULE_NAME | 
| static String | DIGEST_METHODDeprecated. 
 Replaced by HttpServletRequest.DIGEST_AUTH | 
| static String | FORM_ACTION | 
| static String | FORM_METHODDeprecated. 
 Replaced by HttpServletRequest.FORM_AUTH | 
| static String | FORM_PASSWORD | 
| static String | FORM_PRINCIPAL_NOTEDeprecated. 
 Unused. Will be removed in Tomcat 10. | 
| static String | FORM_REQUEST_NOTEThe original request information, to which the user will be
 redirected if authentication succeeds. | 
| static String | FORM_USERNAME | 
| static String | JAAS_CONF_PROPERTY | 
| static String | KRB5_CONF_PROPERTY | 
| static String | Package | 
| static String | REQ_SSOID_NOTEThe notes key to track the single-sign-on identity with which this
 request is associated. | 
| static String | SESS_PASSWORD_NOTEThe notes key for the password used to authenticate this user. | 
| static String | SESS_USERNAME_NOTEThe notes key for the username used to authenticate this user. | 
| static String | SESSION_ID_NOTEThe session id used as a CSRF marker when redirecting a user's request. | 
| static String | SINGLE_SIGN_ON_COOKIE | 
| static String | SPNEGO_METHOD | 
| static String | USE_SUBJECT_CREDS_ONLY_PROPERTYDeprecated. 
 Unused. Will be removed in Tomcat 9. | 
| Constructor and Description | 
|---|
| Constants() | 
public static final String Package
@Deprecated public static final String BASIC_METHOD
@Deprecated public static final String CERT_METHOD
@Deprecated public static final String DIGEST_METHOD
@Deprecated public static final String FORM_METHOD
public static final String SPNEGO_METHOD
public static final String FORM_ACTION
public static final String FORM_PASSWORD
public static final String FORM_USERNAME
public static final String KRB5_CONF_PROPERTY
public static final String DEFAULT_KRB5_CONF
public static final String JAAS_CONF_PROPERTY
public static final String DEFAULT_JAAS_CONF
public static final String DEFAULT_LOGIN_MODULE_NAME
@Deprecated public static final String USE_SUBJECT_CREDS_ONLY_PROPERTY
public static final String SINGLE_SIGN_ON_COOKIE
public static final String REQ_SSOID_NOTE
public static final String SESSION_ID_NOTE
public static final String SESS_PASSWORD_NOTE
public static final String SESS_USERNAME_NOTE
@Deprecated public static final String FORM_PRINCIPAL_NOTE
public static final String FORM_REQUEST_NOTE
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.