Class Authenticator.Failure

Enclosing class:
Authenticator
public static class Authenticator.Failure
extends Authenticator.Result

Indicates an authentication failure. The authentication attempt has completed.

Constructors

Constructor Description
Failure​(int responseCode)

Methods

Modifier and Type Method Description
int getResponseCode()

returns the response code to send to the client

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

Failure

public Failure(int responseCode)

Methods

getResponseCode

public int getResponseCode()

returns the response code to send to the client