|
JavaTM 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)
システムに登録されているオーセンティケータに、パスワードを要求します。 |
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String host,
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,
URL url,
Authenticator.RequestorType reqType)
システムに登録されているオーセンティケータに、パスワードを要求します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。