Uses of Class
com.sun.net.httpserver.Authenticator.Result
Packages that use 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.httpserverSubclasses of Authenticator.Result in com.sun.net.httpserverModifier and TypeClassDescriptionstatic classIndicates an authentication failure.static classIndicates an authentication must be retried.static classIndicates an authentication has succeeded and the authenticated user principal can be acquired by callingAuthenticator.Success.getPrincipal().Methods in com.sun.net.httpserver that return Authenticator.ResultModifier and TypeMethodDescriptionabstract Authenticator.ResultAuthenticator.authenticate(HttpExchange exch) Called to authenticate each incoming request.BasicAuthenticator.authenticate(HttpExchange t)