org.apache.http.auth
Interface Credentials

All Known Implementing Classes:
NTCredentials, UsernamePasswordCredentials

public interface Credentials

User name and password based authentication credentials.

Version:
$Revision: 658430 $ $Date: 2008-05-20 23:04:27 +0200 (Tue, 20 May 2008) $
Author:
Unascribed, Mike Bowler

Method Summary
 java.lang.String getPassword()
           
 java.security.Principal getUserPrincipal()
           
 

Method Detail

getUserPrincipal

java.security.Principal getUserPrincipal()

getPassword

java.lang.String getPassword()


Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.