Skip navigation links
org.apache.catalina.startup

Class HomesUserDatabase

    • 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 String getHome(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

Copyright © 2019. All rights reserved.