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