public class ApacheHttpProvider.ApacheCredentialsProvider
extends java.lang.Object
implements org.apache.http.client.CredentialsProvider
Constructor and Description |
---|
ApacheCredentialsProvider() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
org.apache.http.auth.Credentials |
getCredentials(org.apache.http.auth.AuthScope authScope) |
void |
setCredentials(org.apache.http.auth.AuthScope authScope,
org.apache.http.auth.Credentials credentials) |
public void clear()
clear
in interface org.apache.http.client.CredentialsProvider
public org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.AuthScope authScope)
getCredentials
in interface org.apache.http.client.CredentialsProvider
public void setCredentials(org.apache.http.auth.AuthScope authScope, org.apache.http.auth.Credentials credentials)
setCredentials
in interface org.apache.http.client.CredentialsProvider