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 Authentication.User.getUserIdentity()
           
 UserIdentity Request.getUserIdentity()
           
 



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