JavaTM 2 Platform
Standard Ed. 6

類別 java.net.PasswordAuthentication
的使用

使用 PasswordAuthentication 的軟體套件
java.net 為實作網路應用程序提供類別。 
 

java.netPasswordAuthentication 的使用
 

返回 PasswordAuthenticationjava.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