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