Uses of Class
com.sun.net.httpserver.Authenticator
Packages that use Authenticator
包
描述
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
-
Uses of Authenticator in com.sun.net.httpserver
Subclasses of Authenticator in com.sun.net.httpserver修饰符和类Class描述class
BasicAuthenticator provides an implementation of HTTP Basic authentication.Methods in com.sun.net.httpserver that return Authenticator修饰符和类方法描述abstract Authenticator
HttpContext.getAuthenticator()
Returns the currently setAuthenticator
for this context if one exists.abstract Authenticator
HttpContext.setAuthenticator
(Authenticator auth) Sets theAuthenticator
for thisHttpContext
.Methods in com.sun.net.httpserver with parameters of type Authenticator修饰符和类方法描述abstract Authenticator
HttpContext.setAuthenticator
(Authenticator auth) Sets theAuthenticator
for thisHttpContext
.