public class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_JAAS_CONF |
static java.lang.String |
DEFAULT_KRB5_CONF |
static java.lang.String |
DEFAULT_LOGIN_MODULE_NAME |
static java.lang.String |
FORM_ACTION |
static java.lang.String |
FORM_PASSWORD |
static java.lang.String |
FORM_PRINCIPAL_NOTE
Deprecated.
Unused. Will be removed in Tomcat 10.
|
static java.lang.String |
FORM_REQUEST_NOTE
The 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 java.lang.String |
FORM_USERNAME |
static java.lang.String |
JAAS_CONF_PROPERTY |
static java.lang.String |
KRB5_CONF_PROPERTY |
static java.lang.String |
REQ_JASPIC_SUBJECT_NOTE |
static java.lang.String |
REQ_SSOID_NOTE
The notes key to track the single-sign-on identity with which this request is associated.
|
static java.lang.String |
SESS_PASSWORD_NOTE
If the
cache property 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 to
Realm.authenticate(). |
static java.lang.String |
SESS_USERNAME_NOTE
If the
cache property 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 to
Realm.authenticate(). |
static java.lang.String |
SESSION_ID_NOTE
The session id used as a CSRF marker when redirecting a user's request.
|
static java.lang.String |
SINGLE_SIGN_ON_COOKIE |
static java.lang.String |
SPNEGO_METHOD |
| Constructor and Description |
|---|
Constants() |
public static final java.lang.String SPNEGO_METHOD
public static final java.lang.String FORM_ACTION
public static final java.lang.String FORM_PASSWORD
public static final java.lang.String FORM_USERNAME
public static final java.lang.String KRB5_CONF_PROPERTY
public static final java.lang.String DEFAULT_KRB5_CONF
public static final java.lang.String JAAS_CONF_PROPERTY
public static final java.lang.String DEFAULT_JAAS_CONF
public static final java.lang.String DEFAULT_LOGIN_MODULE_NAME
public static final java.lang.String SINGLE_SIGN_ON_COOKIE
public static final java.lang.String REQ_SSOID_NOTE
public static final java.lang.String REQ_JASPIC_SUBJECT_NOTE
public static final java.lang.String SESSION_ID_NOTE
public static final java.lang.String SESS_PASSWORD_NOTE
cache property 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 to
Realm.authenticate().public static final java.lang.String SESS_USERNAME_NOTE
cache property 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 to
Realm.authenticate().@Deprecated public static final java.lang.String FORM_PRINCIPAL_NOTE
public static final java.lang.String FORM_REQUEST_NOTE
Copyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.