Uses of Class
com.sun.net.httpserver.Authenticator
-
Packages that use Authenticator 软件包 描述 com.sun.net.httpserver 提供一个简单的高级Http服务器API,可用于构建嵌入式HTTP服务器。 -
-
Uses of Authenticator in com.sun.net.httpserver
Subclasses of Authenticator in com.sun.net.httpserver Modifier and Type Class 描述 class
BasicAuthenticator
BasicAuthenticator提供HTTP Basic认证的实现。Methods in com.sun.net.httpserver that return Authenticator Modifier and Type 方法 描述 abstract Authenticator
HttpContext. getAuthenticator()
返回当前设置的身份验证器(如果存在)。abstract Authenticator
HttpContext. setAuthenticator(Authenticator auth)
设置此HttpContext的Authenticator。Methods in com.sun.net.httpserver with parameters of type Authenticator Modifier and Type 方法 描述 abstract Authenticator
HttpContext. setAuthenticator(Authenticator auth)
设置此HttpContext的Authenticator。
-