Apache Tomcat 7.0.67
org.apache.catalina.startup

Class HomesUserDatabase

    • Constructor Summary

      Constructors 
      Constructor and Description
      HomesUserDatabase()
      Initialize a new instance of this user database component.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getHome(java.lang.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.
      java.util.Enumeration<java.lang.String> getUsers()
      Return an enumeration of the usernames defined on this server.
      void setUserConfig(UserConfig userConfig)
      Set the UserConfig listener with which we are associated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HomesUserDatabase

        public HomesUserDatabase()
        Initialize a new instance of this user database component.
    • Method Detail

      • setUserConfig

        public void setUserConfig(UserConfig userConfig)
        Set the UserConfig listener with which we are associated.
        Specified by:
        setUserConfig in interface UserDatabase
        Parameters:
        userConfig - The new UserConfig listener
      • getHome

        public java.lang.String getHome(java.lang.String user)
        Return an absolute pathname to the home directory for the specified user.
        Specified by:
        getHome in interface UserDatabase
        Parameters:
        user - User for which a home directory should be retrieved
      • getUsers

        public java.util.Enumeration<java.lang.String> getUsers()
        Return an enumeration of the usernames defined on this server.
        Specified by:
        getUsers in interface UserDatabase
Apache Tomcat 7.0.67

Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.