Module org.eclipse.jetty.server
Package org.eclipse.jetty.server
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.-
Method Summary
-
Method Details
-
getUserPrincipal
- Returns:
- The authenticated user
Principal, or null if the Authentication is in a non-authenticated state.
-