Interface CredentialsType


public interface CredentialsType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The native credentials type is a `struct xucred`.
    static final int
    The native credentials type is a `struct cmsgcred`.
    static final int
    Indicates an invalid native credential type.
    static final int
    The native credentials type is a `struct ucred`.
    static final int
    The native credentials type is a `struct unpcbid`.
    static final int
    The native credentials type is a `struct sockpeercred`.
    static final int
    The native credentials type is a `ucred_t`.
    static final int
    The native credentials type is a PID `DWORD`.
  • Field Details

    • INVALID

      static final int INVALID
      Indicates an invalid native credential type.
      See Also:
    • LINUX_UCRED

      static final int LINUX_UCRED
      The native credentials type is a `struct ucred`.
      See Also:
    • FREEBSD_CMSGCRED

      static final int FREEBSD_CMSGCRED
      The native credentials type is a `struct cmsgcred`.
      See Also:
    • OPENBSD_SOCKPEERCRED

      static final int OPENBSD_SOCKPEERCRED
      The native credentials type is a `struct sockpeercred`. Added in 2.30.
      See Also:
    • SOLARIS_UCRED

      static final int SOLARIS_UCRED
      The native credentials type is a `ucred_t`. Added in 2.40.
      See Also:
    • NETBSD_UNPCBID

      static final int NETBSD_UNPCBID
      The native credentials type is a `struct unpcbid`. Added in 2.42.
      See Also:
    • APPLE_XUCRED

      static final int APPLE_XUCRED
      The native credentials type is a `struct xucred`. Added in 2.66.
      See Also:
    • WIN32_PID

      static final int WIN32_PID
      The native credentials type is a PID `DWORD`. Added in 2.72.
      See Also: