Java org.apache.http.client CredentialsProvider fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client CredentialsProvider fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

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

Constructor

Method

voidclear()
Clears all credentials.
ClassgetClass()
Returns the runtime class of this Object .
CredentialsgetCredentials(AuthScope authscope)
Get the Credentials credentials for the given authentication scope.
voidsetCredentials(AuthScope authscope, Credentials credentials)
Sets the Credentials credentials for the given authentication scope.
StringtoString()
Returns a string representation of the object.