java.lang.Object
com.sun.net.httpserver.Authenticator.Result
com.sun.net.httpserver.Authenticator.Failure
- Enclosing class:
- Authenticator
public static class Authenticator.Failure extends Authenticator.Result
Indicates an authentication failure. The authentication
 attempt has completed.
- 
Constructor SummaryConstructors Constructor Description Failure(int responseCode)
- 
Method SummaryModifier and Type Method Description intgetResponseCode()returns the response code to send to the client
- 
Constructor Details- 
Failurepublic Failure(int responseCode)
 
- 
- 
Method Details- 
getResponseCodepublic int getResponseCode()returns the response code to send to the client
 
-