Class JAASUserPrincipal

java.lang.Object
org.eclipse.jetty.jaas.JAASUserPrincipal
All Implemented Interfaces:
Principal

public class JAASUserPrincipal extends Object implements Principal
JAASUserPrincipal

Implements the JAAS version of the org.eclipse.jetty.http.UserPrincipal interface.

  • Field Details

    • _name

      private final String _name
    • _subject

      private final Subject _subject
    • _loginContext

      private final LoginContext _loginContext
  • Constructor Details

  • Method Details