JavaTM 2
Platform
Std. Ed. v1.4.0

クラス
java.net.PasswordAuthentication の使用

PasswordAuthentication を使用しているパッケージ
java.net ネットワーク対応アプリケーションを実装するためのクラスを提供します。 
 

java.net での PasswordAuthentication の使用
 

PasswordAuthentication を返す java.net のメソッド
static PasswordAuthentication Authenticator.requestPasswordAuthentication(InetAddress addr, int port, String protocol, String prompt, String scheme)
          システムに登録されているオーセンティケータに、パスワードを要求します。
static PasswordAuthentication Authenticator.requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme)
          システムに登録されているオーセンティケータにパスワードを要求します。
protected  PasswordAuthentication Authenticator.getPasswordAuthentication()
          パスワード認証が必要な場合に呼び出されます。
 


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.