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 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.Result修饰符和类方法描述abstract Authenticator.ResultAuthenticator.authenticate(HttpExchange exch) Called to authenticate each incoming request.BasicAuthenticator.authenticate(HttpExchange t)