javax.mail
Class Authenticator
java.lang.Object
javax.mail.Authenticator
public abstract class Authenticator
- extends Object
- Version:
- $Rev: 421852 $ $Date: 2006-07-14 03:02:19 -0700 (Fri, 14 Jul 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Authenticator
public Authenticator()
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 © 2006 Apache Software Foundation. All Rights Reserved.