public interface UserDatabase
| Modifier and Type | Method and Description |
|---|---|
String |
getHome(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.
|
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.
|
UserConfig getUserConfig()
void setUserConfig(UserConfig userConfig)
userConfig - The new UserConfig listenerString getHome(String user)
user - User for which a home directory should be retrievedEnumeration getUsers()
Copyright © 2017. All rights reserved.