|
Java HTTP Server | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authenticator.Result | |
---|---|
com.sun.net.httpserver | Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. |
Uses of Authenticator.Result in com.sun.net.httpserver |
---|
Subclasses of Authenticator.Result in com.sun.net.httpserver | |
---|---|
static class |
Authenticator.Failure
Indicates an authentication failure. |
static class |
Authenticator.Retry
Indicates an authentication must be retried. |
static class |
Authenticator.Success
Indicates an authentication has succeeded and the authenticated user principal can be acquired by calling getPrincipal(). |
Methods in com.sun.net.httpserver that return Authenticator.Result | |
---|---|
Authenticator.Result |
BasicAuthenticator.authenticate(HttpExchange t)
|
abstract Authenticator.Result |
Authenticator.authenticate(HttpExchange exch)
called to authenticate each incoming request. |
|
Java HTTP Server | ||||||||
PREV NEXT | FRAMES NO FRAMES |