Class JDBCLoginService.JDBCUserPrincipal

java.lang.Object
org.eclipse.jetty.security.UserPrincipal
org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
All Implemented Interfaces:
Serializable, Principal
Enclosing class:
JDBCLoginService

public class JDBCLoginService.JDBCUserPrincipal extends UserPrincipal
JDBCUserPrincipal A UserPrincipal with extra jdbc key info.
See Also:
  • Constructor Details

    • JDBCUserPrincipal

      public JDBCUserPrincipal(String name, Credential credential, int key)
  • Method Details

    • getUserKey

      public int getUserKey()