public abstract class AbstractCredentialsAuthenticator extends Object implements HttpAuthenticator
| Constructor and Description |
|---|
AbstractCredentialsAuthenticator() |
public void apply(org.apache.http.impl.client.AbstractHttpClient client,
org.apache.http.protocol.HttpContext context,
URI target)
HttpAuthenticator
The target parameter indicates the URI to which the request is
being made and so may be used by an authenticator to determine whether it
actually needs to apply any authentication or to scope authentication
appropriately.
apply in interface HttpAuthenticatorclient - HTTP Clientcontext - HTTP Contexttarget - Target URI to which code wants to authenticateLicenced under the Apache License, Version 2.0