Uses of Class
org.eaglei.repository.auth.AuthUser

Packages that use AuthUser
org.eaglei.repository.auth   
 

Uses of AuthUser in org.eaglei.repository.auth
 

Methods in org.eaglei.repository.auth that return AuthUser
static AuthUser AuthUser.find(java.lang.String targetUsername)
          Get the auth-db description of the indicated user, if present.
 

Methods in org.eaglei.repository.auth that return types with arguments of type AuthUser
static java.util.Map<java.lang.String,AuthUser> AuthUser.findAllAsMap()
          Get a Map of each username key to AuthUser object.
 



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