Class SpnegoUserIdentity

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

public class SpnegoUserIdentity extends Object implements org.eclipse.jetty.ee8.nested.UserIdentity
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.ee8.nested.UserIdentity

    org.eclipse.jetty.ee8.nested.UserIdentity.Scope, org.eclipse.jetty.ee8.nested.UserIdentity.UnauthenticatedUserIdentity
  • Field Summary

    Fields inherited from interface org.eclipse.jetty.ee8.nested.UserIdentity

    UNAUTHENTICATED_IDENTITY
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpnegoUserIdentity(Subject subject, Principal principal, org.eclipse.jetty.ee8.nested.UserIdentity roleDelegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    boolean
     
    boolean
    isUserInRole(String role, org.eclipse.jetty.ee8.nested.UserIdentity.Scope scope)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SpnegoUserIdentity

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

    • getSubject

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

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

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

      public boolean isEstablished()