Uses of Class
org.eaglei.repository.User

Packages that use User
org.eaglei.repository   
org.eaglei.repository.admin   
 

Uses of User in org.eaglei.repository
 

Methods in org.eaglei.repository that return User
static User User.create(javax.servlet.http.HttpServletRequest request, java.lang.String username)
          alternate create with access check off
static User User.create(javax.servlet.http.HttpServletRequest request, java.lang.String username, boolean skipAccessCheck)
           Create new user instance for given username.
static User User.findUsername(javax.servlet.http.HttpServletRequest request, java.lang.String pname)
          find a record by username, i.e.
static User Access.getPrincipalUser(javax.servlet.http.HttpServletRequest request)
          Find (and create if necessary) a User object for the current authenticated user, if any.
 

Methods in org.eaglei.repository that return types with arguments of type User
static java.lang.Iterable<User> User.findAll(javax.servlet.http.HttpServletRequest request)
          Get all known Users from RDF DB - may not match auth'n DB.
 

Methods in org.eaglei.repository with parameters of type User
static void Access.decacheUser(javax.servlet.http.HttpServletRequest request, User u)
          invalidate the cache if the changed user is the same URI as cahced.
 

Uses of User in org.eaglei.repository.admin
 

Methods in org.eaglei.repository.admin with parameters of type User
 int AuthAdminBean.UserComparator.compare(User a, User b)
           
 boolean AuthAdminBean.isUserActive(User u)
          isUserActive
 



Copyright © 2009-2010 Eagle-I. All Rights Reserved.