org.apache.catalina.startup
public interface UserDatabase
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Method Summary | |
---|---|
String | getHome(String user)
Return an absolute pathname to the home directory for the specified user.
|
UserConfig | getUserConfig()
Return the UserConfig listener with which we are associated. |
Enumeration | getUsers()
Return an enumeration of the usernames defined on this server. |
void | setUserConfig(UserConfig userConfig)
Set the UserConfig listener with which we are associated.
|
Parameters: user User for which a home directory should be retrieved
Parameters: userConfig The new UserConfig listener