Uses of Class
com.sun.net.httpserver.Authenticator.Result
Packages that use Authenticator.Result
包
描述
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修饰符和类Class描述static 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()
.Methods in com.sun.net.httpserver that return Authenticator.Result修饰符和类方法描述abstract Authenticator.Result
Authenticator.authenticate
(HttpExchange exch) Called to authenticate each incoming request.BasicAuthenticator.authenticate
(HttpExchange t)