Uses of Class
com.sun.net.httpserver.HttpPrincipal
-
Packages that use HttpPrincipal 软件包 描述 com.sun.net.httpserver 提供一个简单的高级Http服务器API,可用于构建嵌入式HTTP服务器。 -
-
Uses of HttpPrincipal in com.sun.net.httpserver
Methods in com.sun.net.httpserver that return HttpPrincipal Modifier and Type 方法 描述 HttpPrincipal
Authenticator.Success. getPrincipal()
返回经过身份验证的用户主体abstract HttpPrincipal
HttpExchange. getPrincipal()
如果认证被设置在拥有这种交换的HttpContext,则此方法将返回HttpPrincipal
,表示此HttpExchange身份验证的用户。Constructors in com.sun.net.httpserver with parameters of type HttpPrincipal Constructor 描述 Success(HttpPrincipal p)
-