©2008 Google -
Code Home -
Terms of Service -
Privacy Policy -
Feedback -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
| org.apache.http.client.CredentialsProvider |
| void | clear() | |||||
| Clears all credentials. | ||||||
| Credentials | getCredentials(AuthScope authscope) | |||||
| Get the credentials for the given authentication scope. | ||||||
| void | setCredentials(AuthScope authscope, Credentials credentials) | |||||
| Sets the credentials for the given authentication scope. | ||||||
| authscope | the authentication scope |
|---|
| authscope | the authentication scope |
|---|---|
| credentials | the authentication credentials for the given scope. |