Class DataSourceLoginService.DBUserPrincipal

  • All Implemented Interfaces:
    java.io.Serializable, java.security.Principal
    Enclosing class:
    DataSourceLoginService

    public class DataSourceLoginService.DBUserPrincipal
    extends org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
    DBUser
    See Also:
    Serialized Form
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getKey()  
      • Methods inherited from class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal

        authenticate, authenticate, 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 Detail

      • DBUserPrincipal

        public DBUserPrincipal​(java.lang.String name,
                               org.eclipse.jetty.util.security.Credential credential,
                               int key)
    • Method Detail

      • getKey

        public int getKey()