CredentialsType
Description:
public enum CredentialsType
Enumeration describing different kinds of native credential types.
Content:
Enum values:
- INVALID - Indicates an invalid native
credential type.
- LINUX_UCRED - The native
credentials type is a <type>struct ucred</type>.
- FREEBSD_CMSGCRED - The native
credentials type is a <type>struct cmsgcred</type>.
- OPENBSD_SOCKPEERCRED -
The native credentials type is a <type>struct sockpeercred</type>.
- SOLARIS_UCRED - The native
credentials type is a <type>ucred_t</type>.
- NETBSD_UNPCBID - The native
credentials type is a <type>struct unpcbid</type>.