Uses of Interface
org.eclipse.jetty.ee9.nested.UserIdentityScope
Packages that use UserIdentityScope
Package
Description
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Modular Servlet Integration
-
Uses of UserIdentityScope in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return UserIdentityScopeMethods in org.eclipse.jetty.ee9.nested with parameters of type UserIdentityScopeModifier and TypeMethodDescriptionstatic String
UserIdentityScope.deRefRole
(UserIdentityScope scope, String role) boolean
Authentication.User.isUserInRole
(UserIdentityScope scope, String role) void
Request.setUserIdentityScope
(UserIdentityScope scope) -
Uses of UserIdentityScope in org.eclipse.jetty.ee9.security
Methods in org.eclipse.jetty.ee9.security with parameters of type UserIdentityScopeModifier and TypeMethodDescriptionboolean
AbstractUserAuthentication.isUserInRole
(UserIdentityScope scope, String role) -
Uses of UserIdentityScope in org.eclipse.jetty.ee9.servlet
Classes in org.eclipse.jetty.ee9.servlet that implement UserIdentityScope