Class SpnegoUserIdentity

  • All Implemented Interfaces:
    org.eclipse.jetty.server.UserIdentity

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

      • SpnegoUserIdentity

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

      • 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()