Package org.apache.http.client.protocol
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
FieldsModifier and TypeFieldDescription(package private) final org.apache.commons.logging.LogDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.http.Headerauthenticate(AuthScheme authScheme, Credentials creds, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Deprecated.private voidensureAuthScheme(AuthScheme authScheme) Deprecated.(package private) voidprocess(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, waitMethods inherited from interface org.apache.http.HttpRequestInterceptor
process
-
Field Details
-
log
final org.apache.commons.logging.Log logDeprecated.
-
-
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
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
-