| Package | Description |
|---|---|
| org.eclipse.jetty.security | |
| org.eclipse.jetty.security.authentication | |
| org.eclipse.jetty.server | |
| org.eclipse.jetty.servlet |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpnegoUserIdentity.isUserInRole(String role,
UserIdentity.Scope scope) |
boolean |
DefaultUserIdentity.isUserInRole(String role,
UserIdentity.Scope scope) |
boolean |
UserAuthentication.isUserInRole(UserIdentity.Scope scope,
String role) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SessionAuthentication.isUserInRole(UserIdentity.Scope scope,
String role) |
| Modifier and Type | Method and Description |
|---|---|
UserIdentity.Scope |
Request.getUserIdentityScope() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserIdentity.isUserInRole(String role,
UserIdentity.Scope scope)
Check if the user is in a role.
|
boolean |
Authentication.User.isUserInRole(UserIdentity.Scope scope,
String role) |
void |
Request.setUserIdentityScope(UserIdentity.Scope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletHolder
Servlet Instance and Context Holder.
|
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.