FileDocCategorySizeDatePackage
UserDatabase.javaAPI DocApache Tomcat 6.0.142039Fri Jul 20 04:20:36 BST 2007org.apache.catalina.startup

UserDatabase

public interface UserDatabase
Abstraction of the set of users defined by the operating system on the current server platform.
author
Craig R. McClanahan
version
$Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetHome(java.lang.String user)
Return an absolute pathname to the home directory for the specified user.

param
user User for which a home directory should be retrieved

public UserConfiggetUserConfig()
Return the UserConfig listener with which we are associated.

public java.util.EnumerationgetUsers()
Return an enumeration of the usernames defined on this server.

public voidsetUserConfig(UserConfig userConfig)
Set the UserConfig listener with which we are associated.

param
userConfig The new UserConfig listener