public static class Advapi32Util.Account extends Object
| Modifier and Type | Field | Description |
|---|---|---|
int |
accountType |
Account type, one of SID_NAME_USE.
|
String |
domain |
Account domain.
|
String |
fqn |
Fully qualified account name.
|
String |
name |
Account name.
|
byte[] |
sid |
Account SID.
|
String |
sidString |
String representation of the account SID.
|
| Constructor | Description |
|---|---|
Account() |
public String name
public String domain
public byte[] sid
public String sidString
public int accountType
public String fqn