Package | Description |
---|---|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCLoginService.JDBCUserPrincipal
JDBCKnownUser
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractLoginService.UserPrincipal |
AbstractLoginService.loadUserInfo(java.lang.String username) |
AbstractLoginService.UserPrincipal |
JDBCLoginService.loadUserInfo(java.lang.String username) |
protected AbstractLoginService.UserPrincipal |
HashLoginService.loadUserInfo(java.lang.String userName) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String[] |
AbstractLoginService.loadRoleInfo(AbstractLoginService.UserPrincipal user) |
java.lang.String[] |
JDBCLoginService.loadRoleInfo(AbstractLoginService.UserPrincipal user) |
protected java.lang.String[] |
HashLoginService.loadRoleInfo(AbstractLoginService.UserPrincipal user) |