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

Packages that use UserIdentity
org.eclipse.jetty.server   
 

Uses of UserIdentity in org.eclipse.jetty.server
 

Subinterfaces of UserIdentity in org.eclipse.jetty.server
static interface UserIdentity.UnauthenticatedUserIdentity
           
 

Fields in org.eclipse.jetty.server declared as UserIdentity
static UserIdentity UserIdentity.UNAUTHENTICATED_IDENTITY
           
 

Methods in org.eclipse.jetty.server that return UserIdentity
 UserIdentity Request.getResolvedUserIdentity()
           
 UserIdentity Request.getUserIdentity()
           
 UserIdentity Authentication.User.getUserIdentity()
           
 



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