Uses of Interface
org.apache.commons.latka.http.Credentials

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 RequestImpl.getCredentials()
           
 Credentials Request.getCredentials()
          Return the credentials for this request
 

Methods in org.apache.commons.latka.http with parameters of type Credentials
 void RequestImpl.setCredentials(Credentials credentials)
          Defined in the implemented interface
 void Request.setCredentials(Credentials credentials)
          Sets the basic authentication credentials for this request, if any.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.