Class HttpTrace.Principal

java.lang.Object
org.springframework.boot.actuate.trace.http.HttpTrace.Principal
Enclosing class:
HttpTrace

public static final class HttpTrace.Principal extends Object
Principal associated with an HTTP request-response exchange.
  • Constructor Details

    • Principal

      public Principal(String name)
      Creates a Principal.
      Parameters:
      name - the name of the principal
      Since:
      2.1.0
  • Method Details

    • getName

      public String getName()