HTTPClient
Class SimpleAuthPopup

java.lang.Object
  |
  +--HTTPClient.SimpleAuthPopup
All Implemented Interfaces:
AuthorizationPrompter

class SimpleAuthPopup
extends java.lang.Object
implements AuthorizationPrompter


Constructor Summary
(package private) SimpleAuthPopup()
           
 
Method Summary
TypeMethod
 NVPair getUsernamePassword(AuthorizationInfo challenge, boolean forProxy)
          the method called by DefaultAuthHandler.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAuthPopup

SimpleAuthPopup()
Method Detail

getUsernamePassword

public NVPair getUsernamePassword(AuthorizationInfo challenge,
                                  boolean forProxy)
the method called by DefaultAuthHandler.
Specified by:
getUsernamePassword in interface AuthorizationPrompter
Returns:
the username/password pair