JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
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
变量和类型
方法
描述
HttpPrincipal
Authenticator.Success.
getPrincipal
()
返回经过身份验证的用户Principal
abstract
HttpPrincipal
HttpExchange.
getPrincipal
()
如果认证被设置在拥有这种交换的HttpContext,则此方法将返回
HttpPrincipal
,它表示此HttpExchange身份验证的用户。
Constructors in
com.sun.net.httpserver
with parameters of type
HttpPrincipal
构造器
描述
Success
(
HttpPrincipal
p)