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 StringUserIdentityScope.deRefRole(UserIdentityScope scope, String role) booleanAuthentication.User.isUserInRole(UserIdentityScope scope, String role) voidRequest.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 TypeMethodDescriptionbooleanAbstractUserAuthentication.isUserInRole(UserIdentityScope scope, String role) -
Uses of UserIdentityScope in org.eclipse.jetty.ee9.servlet
Classes in org.eclipse.jetty.ee9.servlet that implement UserIdentityScope