Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » startup » [javadoc | source]
org.apache.catalina.startup
public final class: PasswdUserDatabase [javadoc | source]
java.lang.Object
   org.apache.catalina.startup.PasswdUserDatabase

All Implemented Interfaces:
    UserDatabase

Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
Constructor:
 public PasswdUserDatabase() 
Method from org.apache.catalina.startup.PasswdUserDatabase Summary:
getHome,   getUserConfig,   getUsers,   setUserConfig
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.startup.PasswdUserDatabase Detail:
 public String getHome(String user) 
    Return an absolute pathname to the home directory for the specified user.
 public UserConfig getUserConfig() 
    Return the UserConfig listener with which we are associated.
 public Enumeration getUsers() 
    Return an enumeration of the usernames defined on this server.
 public  void setUserConfig(UserConfig userConfig) 
    Set the UserConfig listener with which we are associated.