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

Packages that use UserIdentity.Scope
org.eclipse.jetty.server   
 

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)
           
 



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