org.tanukisoftware.wrapper
public class WrapperUNIXUser extends WrapperUser
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.
|
Returns: The GID of the user account.
Returns: The WrapperUNIXGroup which corresponds to the GID.
Returns: The home of the user.
Returns: The real name of the user.
Returns: The shell of the user.
Returns: The UID of the user account.
Returns: A string representation of the user.