Class AuthPolicy

java.lang.Object
org.apache.http.client.params.AuthPolicy

@Deprecated public final class AuthPolicy extends Object
Deprecated.
(4.3) use AuthSchemes.
Standard authentication schemes supported by HttpClient.
Since:
4.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
    static final String
    Deprecated.
    Digest authentication scheme as defined in RFC2617.
    static final String
    Deprecated.
    Kerberos Authentication scheme.
    static final String
    Deprecated.
    The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).
    static final String
    Deprecated.
    SPNEGO Authentication scheme.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NTLM

      public static final String NTLM
      Deprecated.
      The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).
      See Also:
    • DIGEST

      public static final String DIGEST
      Deprecated.
      Digest authentication scheme as defined in RFC2617.
      See Also:
    • BASIC

      public static final String BASIC
      Deprecated.
      Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
      See Also:
    • SPNEGO

      public static final String SPNEGO
      Deprecated.
      SPNEGO Authentication scheme.
      Since:
      4.1
      See Also:
    • KERBEROS

      public static final String KERBEROS
      Deprecated.
      Kerberos Authentication scheme.
      Since:
      4.2
      See Also: