クラス
java.net.Authenticator.RequestorTypeの使用
-
Authenticator.RequestorTypeを使用しているパッケージ パッケージ 説明 java.net ネットワーク・アプリケーションを実装するためのクラスを提供します。 -
-
java.netでのAuthenticator.RequestorTypeの使用
Authenticator.RequestorTypeを返すjava.netのメソッド 修飾子と型 メソッド 説明 protected Authenticator.RequestorTypeAuthenticator. getRequestorType()要求者がプロキシかサーバーかを返します。static Authenticator.RequestorTypeAuthenticator.RequestorType. valueOf(String name)指定された名前を持つ、この型の列挙型定数を返します。static Authenticator.RequestorType[]Authenticator.RequestorType. values()この列挙型の定数を含む配列を、宣言されている順序で返します。Authenticator.RequestorType型のパラメータを持つjava.netのメソッド 修飾子と型 メソッド 説明 static PasswordAuthenticationAuthenticator. requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)システムに登録されているオーセンティケータに、パスワードを要求します。static PasswordAuthenticationAuthenticator. requestPasswordAuthentication(Authenticator authenticator, String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)与えられたauthenticatorにパスワードを尋ねます。PasswordAuthenticationAuthenticator. requestPasswordAuthenticationInstance(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType)このオーセンティケータにパスワードを要求してください。
-