java.lang.Object | |
↳ | org.apache.http.impl.client.BasicCredentialsProvider |
Default implementation of CredentialsProvider
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clears all credentials.
| |||||||||||
Get the
credentials for the given authentication scope. | |||||||||||
Sets the
credentials for the given authentication
scope. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get the credentials
for the given authentication scope.
authscope | the authentication scope |
---|
Sets the credentials
for the given authentication
scope. Any previous credentials for the given scope will be overwritten.
authscope | the authentication scope |
---|---|
credentials | the authentication credentials
for the given scope. |