Uses of Class
org.springframework.boot.actuate.web.exchanges.HttpExchange.Principal
Packages that use HttpExchange.Principal
-
Uses of HttpExchange.Principal in org.springframework.boot.actuate.web.exchanges
Methods in org.springframework.boot.actuate.web.exchanges that return HttpExchange.PrincipalConstructors in org.springframework.boot.actuate.web.exchanges with parameters of type HttpExchange.PrincipalModifierConstructorDescriptionHttpExchange
(Instant timestamp, HttpExchange.Request request, HttpExchange.Response response, HttpExchange.Principal principal, HttpExchange.Session session, Duration timeTaken) Primarily for use byHttpExchangeRepository
implementations when recreating an exchange from a persistent store.