Uses of Interface
org.eclipse.jetty.server.UserIdentity.Scope
Packages that use UserIdentity.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)