Class HttpExchange.Principal
java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Principal
- Enclosing class:
HttpExchange
Principal associated with an HTTP request-response exchange.
- Since:
- 3.0.0
- Author:
- Dave Syer, Andy Wilkinson, Phillip Webb
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Principal
Creates aPrincipal
. Primarily for use byHttpExchange.Principal
implementations when recreating a response from a persistent store.- Parameters:
name
- the name of the principal
-
-
Method Details
-
getName
-