|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Credentials | |
| org.apache.commons.latka.http | |
| Uses of Credentials in org.apache.commons.latka.http |
| Classes in org.apache.commons.latka.http that implement Credentials | |
class |
CredentialsImpl
Concrete Implementation of Credentials |
| Fields in org.apache.commons.latka.http declared as Credentials | |
protected Credentials |
RequestImpl._credentials
credentials for the request |
| Methods in org.apache.commons.latka.http that return Credentials | |
Credentials |
Request.getCredentials()
Return the credentials for this request |
Credentials |
RequestImpl.getCredentials()
|
| Methods in org.apache.commons.latka.http with parameters of type Credentials | |
void |
Request.setCredentials(Credentials credentials)
Sets the basic authentication credentials for this request, if any. |
void |
RequestImpl.setCredentials(Credentials credentials)
Defined in the implemented interface |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||