org.apache.catalina.startup
Interface UserDatabase
- HomesUserDatabase, PasswdUserDatabase
public interface UserDatabase
Abstraction of the set of users defined by the operating system on the
current server platform.
Version:
- Craig R. McClanahan
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.
|
getHome
public String getHome(String user)
Return an absolute pathname to the home directory for the specified user.
user
- User for which a home directory should be retrieved
getUserConfig
public UserConfig getUserConfig()
Return the UserConfig listener with which we are associated.
getUsers
public Enumeration getUsers()
Return an enumeration of the usernames defined on this server.
setUserConfig
public void setUserConfig(UserConfig userConfig)
Set the UserConfig listener with which we are associated.
userConfig
- The new UserConfig listener
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.