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.
-
Constructor Summary
-
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
Return the name of the principal.- Returns:
- the principal name
-