Interface Authentication.User

All Superinterfaces:
Authentication, Authentication.LogoutAuthentication, org.eclipse.jetty.server.Request.AuthenticationState
Enclosing interface:
Authentication

public static interface Authentication.User extends Authentication.LogoutAuthentication
A successful Authentication with User information.
  • Method Details

    • getAuthMethod

      String getAuthMethod()
    • getUserIdentity

      org.eclipse.jetty.security.UserIdentity getUserIdentity()
    • isUserInRole

      boolean isUserInRole(UserIdentityScope scope, String role)
    • getUserPrincipal

      default Principal getUserPrincipal()
      Specified by:
      getUserPrincipal in interface org.eclipse.jetty.server.Request.AuthenticationState