com.sun.net.httpserver
Class Authenticator.Failure
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.
Method Summary |
int |
getResponseCode()
returns the response code to send to the client |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Authenticator.Failure
public Authenticator.Failure(int responseCode)
getResponseCode
public int getResponseCode()
- returns the response code to send to the client