Uses of Interface
org.eclipse.jetty.server.UserIdentity.Scope
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Modular Servlet Integration
-
Uses of UserIdentity.Scope in org.eclipse.jetty.ant
-
Uses of UserIdentity.Scope in org.eclipse.jetty.security
Modifier and TypeMethodDescriptionboolean
AbstractUserAuthentication.isUserInRole
(UserIdentity.Scope scope, String role) boolean
DefaultUserIdentity.isUserInRole
(String role, UserIdentity.Scope scope) boolean
SpnegoUserIdentity.isUserInRole
(String role, UserIdentity.Scope scope) -
Uses of UserIdentity.Scope in org.eclipse.jetty.security.openid
Modifier and TypeMethodDescriptionboolean
OpenIdUserIdentity.isUserInRole
(String role, UserIdentity.Scope scope) -
Uses of UserIdentity.Scope in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionboolean
Authentication.User.isUserInRole
(UserIdentity.Scope scope, String role) boolean
UserIdentity.isUserInRole
(String role, UserIdentity.Scope scope) Check if the user is in a role.void
Request.setUserIdentityScope
(UserIdentity.Scope scope) -
Uses of UserIdentity.Scope in org.eclipse.jetty.servlet