org.apache.commons.feedparser.network
Class Authenticator

java.lang.Object
  extended by java.net.Authenticator
      extended by org.apache.commons.feedparser.network.Authenticator

public class Authenticator
extends Authenticator

Version:
$Id: Authenticator.java 373622 2006-01-30 22:53:00Z mvdb $
Author:
Kevin A. Burton

Nested Class Summary
 
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType
 
Constructor Summary
Authenticator()
           
 
Method Summary
protected  PasswordAuthentication getPasswordAuthentication()
           
 
Methods inherited from class java.net.Authenticator
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator

public Authenticator()
Method Detail

getPasswordAuthentication

protected PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class Authenticator


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