FileDocCategorySizeDatePackage
UserDatabase.javaAPI DocGlassfish v2 API3131Fri May 04 22:32:30 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: 1.3 $ $Date: 2007/05/05 05:32:29 $

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