public class UnixSystem extends Object
Modifier and Type | Field | Description |
---|---|---|
protected long |
gid |
|
protected long[] |
groups |
|
protected long |
uid |
|
protected String |
username |
Constructor | Description |
---|---|
UnixSystem() |
Instantiate a
UnixSystem and load
the native library to access the underlying system information. |
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.
|
protected String username
protected long uid
protected long gid
protected long[] groups
public UnixSystem()
UnixSystem
and load
the native library to access the underlying system information.public String getUsername()
public long getUid()
public long getGid()
public long[] getGroups()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1998, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b151-2