Package | Description |
---|---|
org.eclipse.jetty.ant |
Jetty Ant : Ant Tasks and Configuration
|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
Modifier and Type | Class and Description |
---|---|
static class |
AntWebAppContext.AntServletHolder
AntServletHolder
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpnegoUserIdentity.isUserInRole(String role,
UserIdentity.Scope scope) |
boolean |
DefaultUserIdentity.isUserInRole(String role,
UserIdentity.Scope scope) |
boolean |
AbstractUserAuthentication.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 Webtide. All Rights Reserved.