|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Abstraction of the set of users defined by the operating system on the current server platform.
メソッドの概要 | |
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. |
メソッドの詳細 |
public UserConfig getUserConfig()
public void setUserConfig(UserConfig userConfig)
userConfig
- The new UserConfig listenerpublic java.lang.String getHome(java.lang.String user)
user
- User for which a home directory should be retrievedpublic java.util.Enumeration getUsers()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |