|
JNA API> 4.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.platform.win32.WinNT.SID_NAME_USE
public abstract static class WinNT.SID_NAME_USE
The SID_NAME_USE enumeration type contains values that specify the type of a security identifier (SID).
Field Summary | |
---|---|
static int |
SidTypeAlias
Indicates an alias SID. |
static int |
SidTypeComputer
Indicates a SID for a computer. |
static int |
SidTypeDeletedAccount
Indicates a SID for a deleted account. |
static int |
SidTypeDomain
Indicates a domain SID. |
static int |
SidTypeGroup
Indicates a group SID. |
static int |
SidTypeInvalid
Indicates an invalid SID. |
static int |
SidTypeLabel
? |
static int |
SidTypeUnknown
Indicates an unknown SID type. |
static int |
SidTypeUser
Indicates a user SID. |
static int |
SidTypeWellKnownGroup
Indicates a SID for a well-known group. |
Constructor Summary | |
---|---|
WinNT.SID_NAME_USE()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SidTypeUser
public static final int SidTypeGroup
public static final int SidTypeDomain
public static final int SidTypeAlias
public static final int SidTypeWellKnownGroup
public static final int SidTypeDeletedAccount
public static final int SidTypeInvalid
public static final int SidTypeUnknown
public static final int SidTypeComputer
public static final int SidTypeLabel
Constructor Detail |
---|
public WinNT.SID_NAME_USE()
|
JNA API> 4.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |