-
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
protected long |
gid |
|
protected long[] |
groups |
|
protected long |
uid |
|
protected String |
username |
|
-
Constructor Summary
Constructors
Constructor |
Description |
UnixSystem() |
Instantiate a UnixSystem and load
the native library to access the underlying system information.
|
-
Method Summary
Modifier and Type |
Method |
Description |
long |
getGid() |
Get the GID for the current Unix user.
|
long[] |
getGroups() |
Get the supplementary groups for the current Unix user.
|
long |
getUid() |
Get the UID for the current Unix user.
|
String |
getUsername() |
Get the username for the current Unix user.
|
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
groups
protected long[] groups