org.apache.commons.latka.http
Interface Credentials

All Known Implementing Classes:
CredentialsImpl

public interface Credentials

Used for authentication

Version:
$Id: Credentials.java 155424 2005-02-26 13:09:29Z dirkv $
Author:
Morgan Delagrange

Method Summary
 String getPassword()
          return the user's password
 String getUserName()
          return the user's name
 

Method Detail

getUserName

String getUserName()
return the user's name

Returns:
the user's name

getPassword

String getPassword()
return the user's password

Returns:
the user's password


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