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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.http.auth.AuthScheme has the following implementations.
Click this link to see all its implementation.

Method

Headerauthenticate(Credentials credentials, HttpRequest request)
Produces an authorization string for the given set of Credentials .
ClassgetClass()
Returns the runtime class of this Object .
StringgetParameter(final String name)
Returns authentication parameter with the given name, if available.
StringgetRealm()
Returns authentication realm.
StringgetSchemeName()
Returns textual designation of the given authentication scheme.
booleanisComplete()
Authentication process may involve a series of challenge-response exchanges.
booleanisConnectionBased()
Tests if the authentication scheme is provides authorization on a per connection basis instead of usual per request basis
voidprocessChallenge(final Header header)
Processes the given challenge token.