Package ch.bailu.gtk.gio
Interface CredentialsType
public interface CredentialsType
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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 INVALIDIndicates an invalid native credential type.- See Also:
-
LINUX_UCRED
static final int LINUX_UCREDThe native credentials type is a `struct ucred`.- See Also:
-
FREEBSD_CMSGCRED
static final int FREEBSD_CMSGCREDThe native credentials type is a `struct cmsgcred`.- See Also:
-
OPENBSD_SOCKPEERCRED
static final int OPENBSD_SOCKPEERCREDThe native credentials type is a `struct sockpeercred`. Added in 2.30.- See Also:
-
SOLARIS_UCRED
static final int SOLARIS_UCREDThe native credentials type is a `ucred_t`. Added in 2.40.- See Also:
-
NETBSD_UNPCBID
static final int NETBSD_UNPCBIDThe native credentials type is a `struct unpcbid`. Added in 2.42.- See Also:
-
APPLE_XUCRED
static final int APPLE_XUCREDThe native credentials type is a `struct xucred`. Added in 2.66.- See Also:
-
WIN32_PID
static final int WIN32_PIDThe native credentials type is a PID `DWORD`. Added in 2.72.- See Also:
-