Package | Description |
---|---|
org.eclipse.jetty.plus.jaas | |
org.eclipse.jetty.plus.security | |
org.eclipse.jetty.security | |
org.eclipse.jetty.security.authentication | |
org.eclipse.jetty.server |
Modifier and Type | Method and Description |
---|---|
UserIdentity |
JAASLoginService.login(java.lang.String username,
java.lang.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(java.lang.String userName)
Load user's info from database.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserIdentity
The default implementation of UserIdentity.
|
class |
SpnegoUserIdentity |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ConcurrentMap<java.lang.String,UserIdentity> |
MappedLoginService._users |
Modifier and Type | Method and Description |
---|---|
UserIdentity |
IdentityService.getSystemUserIdentity() |
UserIdentity |
DefaultIdentityService.getSystemUserIdentity() |
UserIdentity |
UserAuthentication.getUserIdentity() |
UserIdentity |
PropertyUserStore.getUserIdentity(java.lang.String userName) |
protected UserIdentity |
HashLoginService.loadUser(java.lang.String username) |
protected abstract UserIdentity |
MappedLoginService.loadUser(java.lang.String username) |
protected UserIdentity |
JDBCLoginService.loadUser(java.lang.String username) |
UserIdentity |
LoginService.login(java.lang.String username,
java.lang.Object credentials)
Login a user.
|
UserIdentity |
MappedLoginService.login(java.lang.String username,
java.lang.Object credentials) |
UserIdentity |
JDBCLoginService.login(java.lang.String username,
java.lang.Object credentials) |
UserIdentity |
SpnegoLoginService.login(java.lang.String username,
java.lang.Object credentials)
username will be null since the credentials will contain all the relevant info
|
UserIdentity |
IdentityService.newUserIdentity(javax.security.auth.Subject subject,
java.security.Principal userPrincipal,
java.lang.String[] roles)
Create a new UserIdentity for use with this identity service.
|
UserIdentity |
DefaultIdentityService.newUserIdentity(javax.security.auth.Subject subject,
java.security.Principal userPrincipal,
java.lang.String[] roles) |
UserIdentity |
MappedLoginService.putUser(java.lang.String userName,
Credential credential,
java.lang.String[] roles)
Put user into realm.
|
protected UserIdentity |
MappedLoginService.putUser(java.lang.String userName,
java.lang.Object info)
Put user into realm.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ConcurrentMap<java.lang.String,UserIdentity> |
MappedLoginService.getUsers()
Get the users.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IdentityService.associate(UserIdentity user)
Associate a user identity with the current thread.
|
java.lang.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 boolean |
ConstraintSecurityHandler.checkWebResourcePermissions(java.lang.String pathInContext,
Request request,
Response response,
java.lang.Object constraintInfo,
UserIdentity userIdentity) |
protected abstract boolean |
SecurityHandler.checkWebResourcePermissions(java.lang.String pathInContext,
Request request,
Response response,
java.lang.Object constraintInfo,
UserIdentity userIdentity) |
void |
LoginService.logout(UserIdentity user) |
void |
MappedLoginService.logout(UserIdentity identity) |
void |
SpnegoLoginService.logout(UserIdentity user) |
java.lang.Object |
IdentityService.setRunAs(UserIdentity user,
RunAsToken token)
Associate a runas Token with the current user and thread.
|
java.lang.Object |
DefaultIdentityService.setRunAs(UserIdentity user,
RunAsToken token) |
boolean |
LoginService.validate(UserIdentity user)
Validate a user identity.
|
boolean |
MappedLoginService.validate(UserIdentity user) |
boolean |
SpnegoLoginService.validate(UserIdentity user) |
Modifier and Type | Method and Description |
---|---|
void |
MappedLoginService.setUsers(java.util.Map<java.lang.String,UserIdentity> users)
Set the users.
|
Constructor and Description |
---|
UserAuthentication(java.lang.String method,
UserIdentity userIdentity) |
Modifier and Type | Method and Description |
---|---|
UserIdentity |
SessionAuthentication.getUserIdentity() |
Constructor and Description |
---|
FormAuthenticator.FormAuthentication(java.lang.String method,
UserIdentity userIdentity) |
SessionAuthentication(java.lang.String method,
UserIdentity userIdentity,
java.lang.Object credentials) |
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 © 2013. All Rights Reserved.