public static class

Authenticator.Failure

extends Authenticator.Result
java.lang.Object
   ↳ com.sun.net.httpserver.Authenticator.Result
     ↳ com.sun.net.httpserver.Authenticator.Failure

Class Overview

Indicates an authentication failure. The authentication attempt has completed.

Summary

Public Constructors
Authenticator.Failure(int responseCode)
Public Methods
int getResponseCode()
returns the response code to send to the client
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Authenticator.Failure (int responseCode)

Public Methods

public int getResponseCode ()

returns the response code to send to the client