Class Constants
java.lang.Object
org.apache.catalina.authenticator.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringDeprecated.Unused.static final StringThe original request information, to which the user will be redirected if authentication succeeds.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 StringThe notes key for the password used to authenticate this user.static final StringThe notes key for the username used to authenticate this user.static final StringThe session id used as a CSRF marker when redirecting a user's request.static final Stringstatic final String -
Constructor Summary
Constructors -
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
-
REQ_SSOID_NOTE
The 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_NOTE
The session id used as a CSRF marker when redirecting a user's request.- See Also:
-
SESS_PASSWORD_NOTE
The notes key for the password used to authenticate this user.- See Also:
-
SESS_USERNAME_NOTE
The notes key for the username used to authenticate this user.- See Also:
-
FORM_PRINCIPAL_NOTE
Deprecated.Unused. Will be removed in Tomcat 10.The previously authenticated principal (if caching is disabled).- See Also:
-
FORM_REQUEST_NOTE
The original request information, to which the user will be redirected if authentication succeeds.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-