java.lang.Object
com.sun.net.httpserver.Authenticator.Result
com.sun.net.httpserver.Authenticator.Failure
- 含まれているクラス:
 - Authenticator
 
public static class Authenticator.Failure extends Authenticator.Result
認証の失敗を示します。 認証の試行は完了しています。 
- 
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 Failure(int responseCode) - 
メソッドのサマリー
修飾子と型 メソッド 説明 intgetResponseCode()クライアントに送信する応答コードを返します。 
- 
コンストラクタの詳細
- 
Failure
public Failure(int responseCode) 
 - 
 - 
メソッドの詳細
- 
getResponseCode
public int getResponseCode()クライアントに送信する応答コードを返します。 
 -