Java org.apache.http.impl.auth BasicScheme fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.auth BasicScheme fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.auth BasicScheme.

The text is from its open source code.

Constructor

Method

Headerauthenticate(final Credentials credentials, final HttpRequest request)
Headerauthenticate(final Credentials credentials, final HttpRequest request, final HttpContext context)
Produces basic authorization header for the given set of Credentials .
Headerauthenticate(final Credentials credentials, final String charset, final boolean proxy)
Returns a basic Authorization header value for the given Credentials and charset.
StringgetSchemeName()
Returns textual designation of the basic authentication scheme.
booleanisComplete()
Tests if the Basic authentication process has been completed.
booleanisConnectionBased()
Returns false.
voidprocessChallenge(final Header header)
Processes the Basic challenge.