|
Lightweight HTTP Server 1.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authenticator.Result | |
---|---|
org.jboss.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 org.jboss.com.sun.net.httpserver |
---|
Subclasses of Authenticator.Result in org.jboss.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 org.jboss.com.sun.net.httpserver that return Authenticator.Result | |
---|---|
abstract Authenticator.Result |
Authenticator.authenticate(HttpExchange exch)
called to authenticate each incoming request. |
Authenticator.Result |
BasicAuthenticator.authenticate(HttpExchange t)
|
|
Lightweight HTTP Server 1.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |