Uses of Interface
org.eclipse.jetty.server.UserIdentity.Scope
-
Packages that use UserIdentity.Scope Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.openid org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
-
Uses of UserIdentity.Scope in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement UserIdentity.Scope Modifier and Type Class Description static class
AntWebAppContext.AntServletHolder
AntServletHolder -
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.security.openid
Methods in org.eclipse.jetty.security.openid with parameters of type UserIdentity.Scope Modifier and Type Method Description boolean
OpenIdUserIdentity. isUserInRole(java.lang.String role, UserIdentity.Scope scope)
-
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.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.
-