android.net
Class Credentials
java.lang.Object
android.net.Credentials
public class Credentials
- extends Object
A class for representing UNIX credentials passed via ancillary data
on UNIX domain sockets. See "man 7 unix" on a desktop linux distro.
|
Constructor Summary |
Credentials(int pid,
int uid,
int gid)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Credentials
public Credentials(int pid,
int uid,
int gid)
getPid
public int getPid()
getUid
public int getUid()
getGid
public int getGid()
Please submit a feedback, bug or feature