Package | Description |
---|---|
org.eclipse.jetty.jaas |
Jetty Jaas : Support for Jaas
|
org.eclipse.jetty.plus.security |
Jetty Plus : Limited JEE Security Support
|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
org.eclipse.jetty.security.authentication |
Jetty Security : Authenticators and Callbacks
|
org.eclipse.jetty.security.jaspi |
Jetty Jaspi : Java Authentication SPI
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Method and Description |
---|---|
UserIdentity |
JAASLoginService.login(String username,
Object credentials) |
Modifier and Type | Method and Description |
---|---|
void |
JAASLoginService.logout(UserIdentity user) |
boolean |
JAASLoginService.validate(UserIdentity user) |
Modifier and Type | Method and Description |
---|---|
protected UserIdentity |
DataSourceLoginService.loadUser(String userName)
Load user's info from database.
|
UserIdentity |
DataSourceLoginService.login(String username,
Object credentials) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserIdentity
The default implementation of UserIdentity.
|
class |
SpnegoUserIdentity |
Modifier and Type | Field and Description |
---|---|
protected UserIdentity |
AbstractUserAuthentication._userIdentity |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,UserIdentity> |
MappedLoginService._users |
Modifier and Type | Method and Description |
---|---|
UserIdentity |
IdentityService.getSystemUserIdentity() |
UserIdentity |
DefaultIdentityService.getSystemUserIdentity() |
UserIdentity |
AbstractUserAuthentication.getUserIdentity() |
UserIdentity |
PropertyUserStore.getUserIdentity(String userName) |
protected abstract UserIdentity |
MappedLoginService.loadUser(String username) |
protected UserIdentity |
JDBCLoginService.loadUser(String username) |
protected UserIdentity |
HashLoginService.loadUser(String username) |
UserIdentity |
SpnegoLoginService.login(String username,
Object credentials)
username will be null since the credentials will contain all the relevant info
|
UserIdentity |
MappedLoginService.login(String username,
Object credentials) |
UserIdentity |
LoginService.login(String username,
Object credentials)
Login a user.
|
UserIdentity |
JDBCLoginService.login(String username,
Object credentials) |
UserIdentity |
IdentityService.newUserIdentity(Subject subject,
Principal userPrincipal,
String[] roles)
Create a new UserIdentity for use with this identity service.
|
UserIdentity |
DefaultIdentityService.newUserIdentity(Subject subject,
Principal userPrincipal,
String[] roles) |
UserIdentity |
MappedLoginService.putUser(String userName,
Credential credential,
String[] roles)
Put user into realm.
|
protected UserIdentity |
MappedLoginService.putUser(String userName,
Object info)
Put user into realm.
|
protected UserIdentity |
JDBCLoginService.putUser(String username,
String credentials,
String[] roles) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,UserIdentity> |
MappedLoginService.getUsers()
Get the users.
|
Modifier and Type | Method and Description |
---|---|
Object |
IdentityService.associate(UserIdentity user)
Associate a user identity with the current thread.
|
Object |
DefaultIdentityService.associate(UserIdentity user)
If there are roles refs present in the scope, then wrap the UserIdentity
with one that uses the role references in the
isUserInRole(String, org.eclipse.jetty.server.UserIdentity.Scope) |
protected abstract boolean |
SecurityHandler.checkWebResourcePermissions(String pathInContext,
Request request,
Response response,
Object constraintInfo,
UserIdentity userIdentity) |
protected boolean |
ConstraintSecurityHandler.checkWebResourcePermissions(String pathInContext,
Request request,
Response response,
Object constraintInfo,
UserIdentity userIdentity) |
void |
SpnegoLoginService.logout(UserIdentity user) |
void |
MappedLoginService.logout(UserIdentity identity) |
void |
LoginService.logout(UserIdentity user) |
Object |
IdentityService.setRunAs(UserIdentity user,
RunAsToken token)
Associate a runas Token with the current user and thread.
|
Object |
DefaultIdentityService.setRunAs(UserIdentity user,
RunAsToken token) |
boolean |
SpnegoLoginService.validate(UserIdentity user) |
boolean |
MappedLoginService.validate(UserIdentity user) |
boolean |
LoginService.validate(UserIdentity user)
Validate a user identity.
|
Modifier and Type | Method and Description |
---|---|
void |
MappedLoginService.setUsers(Map<String,UserIdentity> users)
Set the users.
|
Constructor and Description |
---|
AbstractUserAuthentication(String method,
UserIdentity userIdentity) |
UserAuthentication(String method,
UserIdentity userIdentity) |
Modifier and Type | Method and Description |
---|---|
UserIdentity |
LoginAuthenticator.login(String username,
Object password,
ServletRequest request) |
UserIdentity |
FormAuthenticator.login(String username,
Object password,
ServletRequest request) |
Constructor and Description |
---|
FormAuthenticator.FormAuthentication(String method,
UserIdentity userIdentity) |
SessionAuthentication(String method,
UserIdentity userIdentity,
Object credentials) |
Modifier and Type | Method and Description |
---|---|
UserIdentity |
JaspiAuthenticator.login(String username,
Object password,
ServletRequest request) |
Modifier and Type | Interface and Description |
---|---|
static interface |
UserIdentity.UnauthenticatedUserIdentity |
Modifier and Type | Field and Description |
---|---|
static UserIdentity |
UserIdentity.UNAUTHENTICATED_IDENTITY |
Modifier and Type | Method and Description |
---|---|
UserIdentity |
Request.getResolvedUserIdentity() |
UserIdentity |
Request.getUserIdentity() |
UserIdentity |
Authentication.User.getUserIdentity() |
Copyright © 1995-2015 Webtide. All Rights Reserved.