| |
|
| java.lang.Object org.apache.catalina.startup.PasswdUserDatabase
PasswdUserDatabase | final public class PasswdUserDatabase implements UserDatabase(Code) | | Concrete implementation of the UserDatabase interface
that processes the /etc/passwd file on a Unix system.
author: Craig R. McClanahan version: $Revision: 1.2 $ $Date: 2004/02/27 14:58:49 $ |
Constructor Summary | |
public | PasswdUserDatabase() Initialize a new instance of this user database component. |
PasswdUserDatabase | public PasswdUserDatabase()(Code) | | Initialize a new instance of this user database component.
|
getHome | public String getHome(String user)(Code) | | Return an absolute pathname to the home directory for the specified user.
Parameters: user - User for which a home directory should be retrieved |
getUserConfig | public UserConfig getUserConfig()(Code) | | Return the UserConfig listener with which we are associated.
|
getUsers | public Enumeration getUsers()(Code) | | Return an enumeration of the usernames defined on this server.
|
setUserConfig | public void setUserConfig(UserConfig userConfig)(Code) | | Set the UserConfig listener with which we are associated.
Parameters: userConfig - The new UserConfig listener |
|
|
|