Package org.eclipse.jetty.security
Class JDBCLoginService.JDBCUserPrincipal
- java.lang.Object
-
- org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
-
- org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
-
- All Implemented Interfaces:
java.io.Serializable
,java.security.Principal
- Enclosing class:
- JDBCLoginService
public class JDBCLoginService.JDBCUserPrincipal extends AbstractLoginService.UserPrincipal
JDBCKnownUser- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JDBCUserPrincipal(java.lang.String name, Credential credential, int key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getUserKey()
-
Methods inherited from class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
authenticate, authenticate, getName, toString
-
-
-
-
Constructor Detail
-
JDBCUserPrincipal
public JDBCUserPrincipal(java.lang.String name, Credential credential, int key)
-
-