public class JDBCLoginService.JDBCUserPrincipal extends AbstractLoginService.UserPrincipal
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
_userKey |
| Constructor and Description |
|---|
JDBCUserPrincipal(java.lang.String name,
Credential credential,
int key) |
| Modifier and Type | Method and Description |
|---|---|
int |
getUserKey() |
authenticate, authenticate, getName, toStringpublic JDBCUserPrincipal(java.lang.String name,
Credential credential,
int key)