Uses of Interface
org.eclipse.jetty.server.UserIdentity.Scope
-
Packages that use UserIdentity.Scope Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of UserIdentity.Scope in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return UserIdentity.Scope Modifier and Type Method Description UserIdentity.ScopeRequest. getUserIdentityScope()Methods in org.eclipse.jetty.server with parameters of type UserIdentity.Scope Modifier and Type Method Description booleanAuthentication.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)
-