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 TypeMethodDescriptionbooleanAbstractUserAuthentication.isUserInRole(UserIdentity.Scope scope, String role) booleanDefaultUserIdentity.isUserInRole(String role, UserIdentity.Scope scope) booleanSpnegoUserIdentity.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 TypeMethodDescriptionbooleanOpenIdUserIdentity.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 TypeMethodDescriptionbooleanAuthentication.User.isUserInRole(UserIdentity.Scope scope, String role) booleanUserIdentity.isUserInRole(String role, UserIdentity.Scope scope) Check if the user is in a role.voidRequest.setUserIdentityScope(UserIdentity.Scope scope) -
Uses of UserIdentity.Scope in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement UserIdentity.Scope