Interface Request.AuthenticationState

Enclosing interface:
Request

public static interface Request.AuthenticationState
A minimal Authentication interface, primarily used for logging. It is implemented by the jetty-security module's AuthenticationState to provide full authentication services.
  • Field Details

  • Method Details

    • getUserPrincipal

      default Principal getUserPrincipal()
      Returns:
      The authenticated user Principal, or null if the Authentication is in a non-authenticated state.