| 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 AbstractLoginService.UserPrincipal |
HashLoginService.loadUserInfo(String userName) |
AbstractLoginService.UserPrincipal |
JDBCLoginService.loadUserInfo(String username) |
protected abstract AbstractLoginService.UserPrincipal |
AbstractLoginService.loadUserInfo(String username) |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
HashLoginService.loadRoleInfo(AbstractLoginService.UserPrincipal user) |
String[] |
JDBCLoginService.loadRoleInfo(AbstractLoginService.UserPrincipal user) |
protected abstract String[] |
AbstractLoginService.loadRoleInfo(AbstractLoginService.UserPrincipal user) |
Copyright © 1995–2017 Webtide. All rights reserved.