|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserDatabase
Abstraction of the set of users defined by the operating system on the current server platform.
Method Summary | |
---|---|
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. |
Method Detail |
---|
UserConfig getUserConfig()
void setUserConfig(UserConfig userConfig)
userConfig
- The new UserConfig listenerjava.lang.String getHome(java.lang.String user)
user
- User for which a home directory should be retrievedjava.util.Enumeration getUsers()
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |