Uses of Interface
org.eclipse.jetty.server.UserIdentity.Scope
-
Packages that use UserIdentity.Scope Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.servlet 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.Scope Modifier and Type Method Description boolean
AbstractUserAuthentication. isUserInRole(UserIdentity.Scope scope, java.lang.String role)
boolean
DefaultUserIdentity. isUserInRole(java.lang.String role, UserIdentity.Scope scope)
boolean
SpnegoUserIdentity. isUserInRole(java.lang.String role, UserIdentity.Scope scope)
-
Uses of UserIdentity.Scope in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as UserIdentity.Scope Modifier and Type Field Description private UserIdentity.Scope
Request. _scope
Methods in org.eclipse.jetty.server that return UserIdentity.Scope Modifier and Type Method Description UserIdentity.Scope
Request. getUserIdentityScope()
Methods in org.eclipse.jetty.server with parameters of type UserIdentity.Scope Modifier and Type Method Description boolean
Authentication.User. isUserInRole(UserIdentity.Scope scope, java.lang.String role)
boolean
UserIdentity. isUserInRole(java.lang.String role, UserIdentity.Scope scope)
Check if the user is in a role.void
Request. setUserIdentityScope(UserIdentity.Scope scope)
-
Uses of UserIdentity.Scope in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement UserIdentity.Scope Modifier and Type Class Description class
ServletHolder
Servlet Instance and Context Holder.
-