Uses of Interface
org.eclipse.jetty.server.UserIdentity.Scope
Packages that use UserIdentity.Scope
Package
Description
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.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.server
Fields in org.eclipse.jetty.server declared as UserIdentity.ScopeMethods 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