javax.mail
Class Authenticator

java.lang.Object
  extended by javax.mail.Authenticator

public abstract class Authenticator
extends Object

Version:
$Rev: 467553 $ $Date: 2006-10-25 00:01:51 -0400 (Wed, 25 Oct 2006) $

Constructor Summary
Authenticator()
           
 
Method Summary
protected  String getDefaultUserName()
           
protected  PasswordAuthentication getPasswordAuthentication()
           
protected  int getRequestingPort()
           
protected  String getRequestingPrompt()
           
protected  String getRequestingProtocol()
           
protected  InetAddress getRequestingSite()
           
 
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

getDefaultUserName

protected final String getDefaultUserName()

getPasswordAuthentication

protected PasswordAuthentication getPasswordAuthentication()

getRequestingPort

protected final int getRequestingPort()

getRequestingPrompt

protected final String getRequestingPrompt()

getRequestingProtocol

protected final String getRequestingProtocol()

getRequestingSite

protected final InetAddress getRequestingSite()


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.