Package ch.bailu.gtk.gio
Schnittstelle CredentialsType
public interface CredentialsType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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`.
-
Felddetails
-
INVALID
static final int INVALIDIndicates an invalid native credential type.- Siehe auch:
-
LINUX_UCRED
static final int LINUX_UCREDThe native credentials type is a `struct ucred`.- Siehe auch:
-
FREEBSD_CMSGCRED
static final int FREEBSD_CMSGCREDThe native credentials type is a `struct cmsgcred`.- Siehe auch:
-
OPENBSD_SOCKPEERCRED
static final int OPENBSD_SOCKPEERCREDThe native credentials type is a `struct sockpeercred`. Added in 2.30.- Siehe auch:
-
SOLARIS_UCRED
static final int SOLARIS_UCREDThe native credentials type is a `ucred_t`. Added in 2.40.- Siehe auch:
-
NETBSD_UNPCBID
static final int NETBSD_UNPCBIDThe native credentials type is a `struct unpcbid`. Added in 2.42.- Siehe auch:
-
APPLE_XUCRED
static final int APPLE_XUCREDThe native credentials type is a `struct xucred`. Added in 2.66.- Siehe auch:
-
WIN32_PID
static final int WIN32_PIDThe native credentials type is a PID `DWORD`. Added in 2.72.- Siehe auch:
-