类 HttpExchange.Principal
java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Principal
- 封闭类:
HttpExchange
Principal associated with an HTTP request-response exchange.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
Principal
Creates aPrincipal
. Primarily for use byHttpExchange.Principal
implementations when recreating a response from a persistent store.- 参数:
name
- the name of the principal
-
-
方法详细资料
-
getName
Return the name of the principal.- 返回:
- the principal name
-