public class WrapperUNIXUser extends WrapperUser
Modifier and Type | Method and Description |
---|---|
int |
getGID()
Returns the GID of the user account.
|
WrapperUNIXGroup |
getGroup()
Returns the WrapperUNIXGroup which corresponds to the GID.
|
java.lang.String |
getHome()
Returns the home of the user.
|
java.lang.String |
getRealName()
Returns the real name of the user.
|
java.lang.String |
getShell()
Returns the shell of the user.
|
int |
getUID()
Returns the UID of the user account.
|
java.lang.String |
toString()
Returns a string representation of the user.
|
getGroups, getUser
public int getUID()
public int getGID()
public WrapperUNIXGroup getGroup()
public java.lang.String getRealName()
public java.lang.String getHome()
public java.lang.String getShell()
public java.lang.String toString()
toString
in class java.lang.Object