Uses of Interface
org.eclipse.jetty.server.UserIdentity.Scope
Packages that use 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
Classes in org.eclipse.jetty.ant that implement UserIdentity.Scope -
Uses of UserIdentity.Scope in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security with parameters of type UserIdentity.ScopeModifier 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
Methods in org.eclipse.jetty.security.openid with parameters of type UserIdentity.ScopeModifier and TypeMethodDescriptionboolean
OpenIdUserIdentity.isUserInRole
(String role, UserIdentity.Scope scope) -
Uses of UserIdentity.Scope in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return UserIdentity.ScopeMethods in org.eclipse.jetty.server with parameters of type UserIdentity.ScopeModifier 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
Classes in org.eclipse.jetty.servlet that implement UserIdentity.Scope