类 HttpExchange.Principal

java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Principal
封闭类:
HttpExchange

public static final class HttpExchange.Principal extends Object
Principal associated with an HTTP request-response exchange.
  • 构造器详细资料

    • Principal

      public Principal(String name)
      Creates a Principal. Primarily for use by HttpExchange.Principal implementations when recreating a response from a persistent store.
      参数:
      name - the name of the principal
  • 方法详细资料

    • getName

      public String getName()
      Return the name of the principal.
      返回:
      the principal name