Uses of Class
com.sun.net.httpserver.Authenticator.Result
Package
Description
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
Modifier and TypeClassDescriptionstatic class
Indicates an authentication failure.static class
Indicates an authentication must be retried.static class
Indicates an authentication has succeeded and the authenticated user principal can be acquired by callingAuthenticator.Success.getPrincipal()
.Modifier and TypeMethodDescriptionabstract Authenticator.Result
Authenticator.authenticate
(HttpExchange exch) Called to authenticate each incoming request.BasicAuthenticator.authenticate
(HttpExchange t)