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

All Implemented Interfaces:
    UserDatabase

Concrete implementation of the UserDatabase interface considers all directories in a directory whose pathname is specified to our constructor to be "home" directories for those users.
Constructor:
 public HomesUserDatabase() 
Method from org.apache.catalina.startup.HomesUserDatabase 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.HomesUserDatabase 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.