Method Summary |
|
native public static long | gid(String groupname, long p) Get the groupid for a specified group name
This function is available only if APR_HAS_USER is defined. |
native public static long | gidCurrent(long p) Get the groupid of the calling process
This function is available only if APR_HAS_USER is defined. |
native public static int | gidcompare(long left, long right) Compare two group identifiers for equality. |
native public static String | groupname(long groupid, long p) Get the group name for a specified groupid
This function is available only if APR_HAS_USER is defined. |
native public static String | homepath(String username, long p) Get the home directory for the named user
This function is available only if APR_HAS_USER is defined. |
native public static long | uid(String username, long p) Get the userid for the specified username
This function is available only if APR_HAS_USER is defined. |
native public static long | uidCurrent(long p) Get the userid (and groupid) of the calling process
This function is available only if APR_HAS_USER is defined. |
native public static int | uidcompare(long left, long right) Compare two user identifiers for equality. |
native public static long | usergid(String username, long p) Get the groupid for the specified username
This function is available only if APR_HAS_USER is defined. |
native public static String | username(long userid, long p) Get the user name for a specified userid
This function is available only if APR_HAS_USER is defined. |