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

Packages that use AuthUser
org.eaglei.repository.auth   
 

Uses of AuthUser in org.eaglei.repository.auth
 

Classes in org.eaglei.repository.auth that implement AuthUser
 class AuthUserTomcat
          Simple lightweight class to manage RDBMS authorization system users for the purpose of importing and exporting auth.
 

Methods in org.eaglei.repository.auth that return AuthUser
 AuthUser AuthUserTomcatFactory.create(java.lang.String username)
          Create a new auth user in the DB with indicated username.
 AuthUser AuthUserFactory.create(java.lang.String username)
          Create a new auth user in the DB with indicated username.
 AuthUser AuthUserFactory.find(java.lang.String username)
          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
 java.util.Map<java.lang.String,? extends AuthUser> AuthUserFactory.findAllAsMap()
          Get a Map of each username key to AuthUserTomcat object.
 

Method parameters in org.eaglei.repository.auth with type arguments of type AuthUser
 void AuthUserTomcatFactory.commitMultiple(javax.servlet.http.HttpServletRequest request, java.util.Collection<? extends AuthUser> authUsers)
          Commit a group of modified (or created) entries, more efficient for use by import.
 void AuthUserFactory.commitMultiple(javax.servlet.http.HttpServletRequest request, java.util.Collection<? extends AuthUser> authUsers)
          Commit a group of modified (or created) entries, more efficient for use by import.
 



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