Package | Description |
---|---|
com.sun.net.httpserver |
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
|
Modifier and Type | Class | Description |
---|---|---|
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().
|
Modifier and Type | Method | Description |
---|---|---|
abstract Authenticator.Result |
Authenticator.authenticate(HttpExchange exch) |
called to authenticate each incoming request.
|
Authenticator.Result |
BasicAuthenticator.authenticate(HttpExchange t) |
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b161-1