Class DataSourceLoginService.DBUserPrincipal

java.lang.Object
org.eclipse.jetty.security.UserPrincipal
org.eclipse.jetty.plus.security.DataSourceLoginService.DBUserPrincipal
All Implemented Interfaces:
Serializable, Principal
Enclosing class:
DataSourceLoginService

public class DataSourceLoginService.DBUserPrincipal extends org.eclipse.jetty.security.UserPrincipal
DBUser
See Also:
  • Field Summary

    Fields inherited from class org.eclipse.jetty.security.UserPrincipal

    _credential
  • Constructor Summary

    Constructors
    Constructor
    Description
    DBUserPrincipal(String name, org.eclipse.jetty.util.security.Credential credential, int key)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class org.eclipse.jetty.security.UserPrincipal

    authenticate, authenticate, authenticate, configureSubject, deconfigureSubject, getName, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.security.Principal

    equals, hashCode, implies
  • Constructor Details

    • DBUserPrincipal

      public DBUserPrincipal(String name, org.eclipse.jetty.util.security.Credential credential, int key)
  • Method Details

    • getKey

      public int getKey()