Class SpnegoUserIdentity

java.lang.Object
org.eclipse.jetty.security.SpnegoUserIdentity
All Implemented Interfaces:
org.eclipse.jetty.server.UserIdentity

public class SpnegoUserIdentity extends Object implements org.eclipse.jetty.server.UserIdentity
  • Constructor Details

    • SpnegoUserIdentity

      public SpnegoUserIdentity(Subject subject, Principal principal, org.eclipse.jetty.server.UserIdentity roleDelegate)
  • Method Details

    • getSubject

      public Subject getSubject()
      Specified by:
      getSubject in interface org.eclipse.jetty.server.UserIdentity
    • getUserPrincipal

      public Principal getUserPrincipal()
      Specified by:
      getUserPrincipal in interface org.eclipse.jetty.server.UserIdentity
    • isUserInRole

      public boolean isUserInRole(String role, org.eclipse.jetty.server.UserIdentity.Scope scope)
      Specified by:
      isUserInRole in interface org.eclipse.jetty.server.UserIdentity
    • isEstablished

      public boolean isEstablished()