public interface  org.apache.http.auth.ContextAwareAuthScheme extends java.lang.Object implements org.apache.http.auth.AuthScheme
{
public abstract org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext) throws org.apache.http.auth.AuthenticationException;
}