Class Constants
java.lang.Object
org.apache.catalina.authenticator.Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe name of the attribute used to indicate a partitioned cookie as part of CHIPS.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe original request information, to which the user will be redirected if authentication succeeds, is cached in the notes under this key during the authentication process.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringThe notes key to track the single-sign-on identity with which this request is associated.static final StringIf thecacheproperty of the authenticator is set, and the current request is part of a session, the password used to authenticate this user will be cached under this key to avoid the need for repeated calls toRealm.authenticate().static final StringIf thecacheproperty of the authenticator is set, and the current request is part of a session, the user name used to authenticate this user will be cached under this key to avoid the need for repeated calls toRealm.authenticate().static final StringThe session id used as a CSRF marker when redirecting a user's request.static final Stringstatic final String
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
SPNEGO_METHOD- See Also:
 
- 
FORM_ACTION- See Also:
 
- 
FORM_PASSWORD- See Also:
 
- 
FORM_USERNAME- See Also:
 
- 
KRB5_CONF_PROPERTY- See Also:
 
- 
DEFAULT_KRB5_CONF- See Also:
 
- 
JAAS_CONF_PROPERTY- See Also:
 
- 
DEFAULT_JAAS_CONF- See Also:
 
- 
DEFAULT_LOGIN_MODULE_NAME- See Also:
 
- 
SINGLE_SIGN_ON_COOKIE- See Also:
 
- 
COOKIE_PARTITIONED_ATTRThe name of the attribute used to indicate a partitioned cookie as part of CHIPS. This cookie attribute is not defined by an RFC and may change in a non-backwards compatible way once equivalent functionality is included in an RFC.- See Also:
 
- 
REQ_SSOID_NOTEThe notes key to track the single-sign-on identity with which this request is associated.- See Also:
 
- 
REQ_JASPIC_SUBJECT_NOTE- See Also:
 
- 
SESSION_ID_NOTEThe session id used as a CSRF marker when redirecting a user's request.- See Also:
 
- 
SESS_PASSWORD_NOTEIf thecacheproperty of the authenticator is set, and the current request is part of a session, the password used to authenticate this user will be cached under this key to avoid the need for repeated calls toRealm.authenticate().- See Also:
 
- 
SESS_USERNAME_NOTEIf thecacheproperty of the authenticator is set, and the current request is part of a session, the user name used to authenticate this user will be cached under this key to avoid the need for repeated calls toRealm.authenticate().- See Also:
 
- 
FORM_REQUEST_NOTEThe original request information, to which the user will be redirected if authentication succeeds, is cached in the notes under this key during the authentication process.- See Also:
 
 
- 
- 
Constructor Details- 
Constantspublic Constants()
 
-