Package | Description |
---|---|
javax.mail |
Classes modelling a mail system.
|
Modifier and Type | Method | Description |
---|---|---|
protected PasswordAuthentication |
Authenticator.getPasswordAuthentication() |
Called when password authentication is needed.
|
PasswordAuthentication |
Session.getPasswordAuthentication(URLName url) |
Return any saved PasswordAuthentication for this(store or transport)
URLName.
|
PasswordAuthentication |
Session.requestPasswordAuthentication(java.net.InetAddress address,
int port,
java.lang.String protocol,
java.lang.String prompt,
java.lang.String defaultUserName) |
Call back to the application to get the needed user name and password.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Session.setPasswordAuthentication(URLName url,
PasswordAuthentication pw) |
Save a PasswordAuthentication for this(store or transport) URLName.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved