org.apache.catalina.startup
インタフェース UserDatabase

既知の実装クラスの一覧:
HomesUserDatabase, PasswdUserDatabase

public interface UserDatabase

Abstraction of the set of users defined by the operating system on the current server platform.

バージョン:
$Revision: 1.1 $ $Date: 2000/08/11 23:38:42 $
作成者:
Craig R. McClanahan

メソッドの概要
 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 getUsers()
          Return an enumeration of the usernames defined on this server.
 void setUserConfig(UserConfig userConfig)
          Set the UserConfig listener with which we are associated.
 

メソッドの詳細

getUserConfig

public UserConfig getUserConfig()
Return the UserConfig listener with which we are associated.

setUserConfig

public void setUserConfig(UserConfig userConfig)
Set the UserConfig listener with which we are associated.
パラメータ:
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.
パラメータ:
user - User for which a home directory should be retrieved

getUsers

public java.util.Enumeration getUsers()
Return an enumeration of the usernames defined on this server.


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.