org.apache.catalina.startup
クラス HomesUserDatabase

java.lang.Object
  |
  +--org.apache.catalina.startup.HomesUserDatabase
すべての実装インタフェース:
UserDatabase

public final class HomesUserDatabase
extends java.lang.Object
implements 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.

バージョン:
$Revision: 1.2 $ $Date: 2001/07/22 20:25:13 $
作成者:
Craig R. McClanahan

コンストラクタの概要
HomesUserDatabase()
          Initialize a new instance of this user database component.
 
メソッドの概要
 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.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HomesUserDatabase

public HomesUserDatabase()
Initialize a new instance of this user database component.
メソッドの詳細

getUserConfig

public UserConfig getUserConfig()
Return the UserConfig listener with which we are associated.
定義:
インタフェース UserDatabase 内の getUserConfig

setUserConfig

public void setUserConfig(UserConfig userConfig)
Set the UserConfig listener with which we are associated.
定義:
インタフェース UserDatabase 内の setUserConfig
パラメータ:
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.
定義:
インタフェース UserDatabase 内の getHome
パラメータ:
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.
定義:
インタフェース UserDatabase 内の getUsers


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