Uses of Interface
org.eclipse.jetty.server.UserIdentity.Scope

Packages that use UserIdentity.Scope
org.eclipse.jetty.security   
org.eclipse.jetty.security.authentication   
org.eclipse.jetty.server   
org.eclipse.jetty.servlet   
 

Uses of UserIdentity.Scope in org.eclipse.jetty.security
 

Methods in org.eclipse.jetty.security with parameters of type UserIdentity.Scope
 boolean SpnegoUserIdentity.isUserInRole(String role, UserIdentity.Scope scope)
           
 boolean DefaultUserIdentity.isUserInRole(String role, UserIdentity.Scope scope)
           
 boolean UserAuthentication.isUserInRole(UserIdentity.Scope scope, String role)
           
 

Uses of UserIdentity.Scope in org.eclipse.jetty.security.authentication
 

Methods in org.eclipse.jetty.security.authentication with parameters of type UserIdentity.Scope
 boolean SessionAuthentication.isUserInRole(UserIdentity.Scope scope, String role)
           
 

Uses of UserIdentity.Scope in org.eclipse.jetty.server
 

Methods in org.eclipse.jetty.server that return UserIdentity.Scope
 UserIdentity.Scope Request.getUserIdentityScope()
           
 

Methods in org.eclipse.jetty.server with parameters of type UserIdentity.Scope
 boolean UserIdentity.isUserInRole(String role, UserIdentity.Scope scope)
          Check if the user is in a role.
 boolean Authentication.User.isUserInRole(UserIdentity.Scope scope, String 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
 class ServletHolder
          Servlet Instance and Context Holder.
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.