Class Credentials

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getGid()
      Retrieves the peer's numeric effective group ID.
      int getPid()
      Retrieves the peer's process ID.
      int getUid()
      Retrieves the peer's numeric effective user ID.
      java.lang.String toString()
      Returns a human readable description of this instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 java.lang.String toString()
        Returns a human readable description of this instance.
        Overrides:
        toString in class java.lang.Object