列挙型クラスjava.net.Authenticator.RequestorTypeの
使用
Authenticator.RequestorTypeを使用するパッケージ
-
java.netでのAuthenticator.RequestorTypeの使用
java.netの型Authenticator.RequestorTypeの型引数を持つサブクラス修飾子と型メソッド説明protected Authenticator.RequestorTypeAuthenticator.getRequestorType()要求者がプロキシかサーバーかを返します。static Authenticator.RequestorType指定された名前を持つこのクラスのenum定数を返します。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にパスワードを要求します。Authenticator.requestPasswordAuthenticationInstance(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, Authenticator.RequestorType reqType) この認証プロバイダにパスワードを要求します。