| java.lang.Object |
| ↳ |
com.google.code.com.sun.mail.smtp.SMTPSaslAuthenticator |
Class Overview
This class contains a single method that does authentication using
SASL. This is in a separate class so that it can be compiled with
J2SE 1.5. Eventually it should be merged into SMTPTransport.java.
Summary
| Public Methods |
|
boolean
|
authenticate(String[] mechs, String realm, String authzid, String u, String p)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.google.code.com.sun.mail.smtp.SaslAuthenticator
|
abstract
boolean
|
authenticate(String[] mechs, String realm, String authzid, String u, String p)
|
|
Fields
Public Constructors
public
SMTPSaslAuthenticator
(SMTPTransport pr, String name, Properties props, boolean debug, PrintStream out, String host)
Parameters
| pr
| |
| name
| |
| props
| |
| debug
| |
| out
| |
| host
| |
Public Methods
public
boolean
authenticate
(String[] mechs, String realm, String authzid, String u, String p)