|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個 下一個 | 框架 無框架 | |||||||||
| 使用 PasswordAuthentication 的軟體套件 | |
|---|---|
| java.net | 為實作網路應用程序提供類別。 |
| java.net 中 PasswordAuthentication 的使用 |
|---|
| 返回 PasswordAuthentication 的 java.net 中的方法 | |
|---|---|
protected PasswordAuthentication |
Authenticator.getPasswordAuthentication()
需要密碼授權時調用。 |
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(InetAddress addr,
int port,
String protocol,
String prompt,
String scheme)
要求已經向系統註冊的 authenticator 提供密碼。 |
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String host,
InetAddress addr,
int port,
String protocol,
String prompt,
String scheme)
要求已經向系統註冊的 authenticator 提供密碼。 |
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String host,
InetAddress addr,
int port,
String protocol,
String prompt,
String scheme,
URL url,
Authenticator.RequestorType reqType)
要求已經向系統註冊的 authenticator 提供密碼。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個 下一個 | 框架 無框架 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。