|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tanukisoftware.wrapper.WrapperUser
org.tanukisoftware.wrapper.WrapperUNIXUser
public class WrapperUNIXUser
A WrapperUser contains information about a user account on the platform running the Wrapper. A WrapperUser is obtained by calling WrapperManager.getUser() or WrapperManager.getInteractiveUser().
Method Summary | |
---|---|
int |
getGID()
Returns the GID of the user account. |
WrapperUNIXGroup |
getGroup()
Returns the WrapperUNIXGroup which corresponds to the GID. |
String |
getHome()
Returns the home of the user. |
String |
getRealName()
Returns the real name of the user. |
String |
getShell()
Returns the shell of the user. |
int |
getUID()
Returns the UID of the user account. |
String |
toString()
Returns a string representation of the user. |
Methods inherited from class org.tanukisoftware.wrapper.WrapperUser |
---|
getGroups, getUser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getUID()
public int getGID()
public WrapperUNIXGroup getGroup()
public String getRealName()
public String getHome()
public String getShell()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |