|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.security.auth.module.AIXSystem
public class AIXSystem
This class implementation retrieves and makes available AIX UID/GID/groups information for the current user.
Constructor Summary | |
---|---|
AIXSystem()
Instantiate a AIXSystem and load
the native library to access the underlying system information. |
Method Summary | |
---|---|
long |
getGid()
Get the GID for the current AIX user. |
long[] |
getGroups()
Get the groups for the current AIX user. |
long |
getUid()
Get the UID for the current AIX user. |
java.lang.String |
getUsername()
Get the username for the current AIX user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AIXSystem()
AIXSystem
and load
the native library to access the underlying system information.
Method Detail |
---|
public java.lang.String getUsername()
public long getUid()
public long getGid()
public long[] getGroups()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |