Class Constants

java.lang.Object
org.apache.catalina.authenticator.Constants

public class Constants extends Object
  • Field Details

    • SPNEGO_METHOD

      public static final String SPNEGO_METHOD
      See Also:
    • FORM_ACTION

      public static final String FORM_ACTION
      See Also:
    • FORM_PASSWORD

      public static final String FORM_PASSWORD
      See Also:
    • FORM_USERNAME

      public static final String FORM_USERNAME
      See Also:
    • KRB5_CONF_PROPERTY

      public static final String KRB5_CONF_PROPERTY
      See Also:
    • DEFAULT_KRB5_CONF

      public static final String DEFAULT_KRB5_CONF
      See Also:
    • JAAS_CONF_PROPERTY

      public static final String JAAS_CONF_PROPERTY
      See Also:
    • DEFAULT_JAAS_CONF

      public static final String DEFAULT_JAAS_CONF
      See Also:
    • DEFAULT_LOGIN_MODULE_NAME

      public static final String DEFAULT_LOGIN_MODULE_NAME
      See Also:
    • USE_SUBJECT_CREDS_ONLY_PROPERTY

      @Deprecated public static final String USE_SUBJECT_CREDS_ONLY_PROPERTY
      Deprecated.
      Unused. Will be removed in Tomcat 9.
      See Also:
    • REQ_SSOID_NOTE

      public static final String 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

      public static final String REQ_JASPIC_SUBJECT_NOTE
      See Also:
    • SESSION_ID_NOTE

      public static final String SESSION_ID_NOTE
      The session id used as a CSRF marker when redirecting a user's request.
      See Also:
    • SESS_PASSWORD_NOTE

      public static final 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().
      See Also:
    • SESS_USERNAME_NOTE

      public static final 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().
      See Also:
    • FORM_PRINCIPAL_NOTE

      @Deprecated public static final String FORM_PRINCIPAL_NOTE
      Deprecated.
      Unused. Will be removed in Tomcat 10.
      The previously authenticated principal (if caching is disabled).
      See Also:
    • FORM_REQUEST_NOTE

      public static final 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.
      See Also:
  • Constructor Details

    • Constants

      public Constants()