Class Credentials

    • Method Detail

      • getPid

        public int getPid()
        Retrieves the peer's process ID.
        Returns:
        The PID.
      • getUid

        public int getUid()
        Retrieves the peer's numeric effective user ID.
        Returns:
        The EUID.
      • getGid

        public int getGid()
        Retrieves the peer's numeric effective group ID.
        Returns:
        The EGID.
      • toString

        public String toString()
        Returns a human readable description of this instance.
        Overrides:
        toString in class Object