Class RequestAuthenticationBase

java.lang.Object
org.apache.http.client.protocol.RequestAuthenticationBase
All Implemented Interfaces:
org.apache.http.HttpRequestInterceptor
Direct Known Subclasses:
RequestProxyAuthentication, RequestTargetAuthentication

@Deprecated abstract class RequestAuthenticationBase extends Object implements org.apache.http.HttpRequestInterceptor
Deprecated.
Do not use.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final org.apache.commons.logging.Log
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private org.apache.http.Header
    authenticate(AuthScheme authScheme, Credentials creds, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
    Deprecated.
     
    private void
    Deprecated.
     
    (package private) void
    process(AuthState authState, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.http.HttpRequestInterceptor

    process
  • Field Details

    • log

      final org.apache.commons.logging.Log log
      Deprecated.
  • Constructor Details

    • RequestAuthenticationBase

      public RequestAuthenticationBase()
      Deprecated.
  • Method Details

    • process

      void process(AuthState authState, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
      Deprecated.
    • ensureAuthScheme

      private void ensureAuthScheme(AuthScheme authScheme)
      Deprecated.
    • authenticate

      private org.apache.http.Header authenticate(AuthScheme authScheme, Credentials creds, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws AuthenticationException
      Deprecated.
      Throws:
      AuthenticationException