| Package | Description |
|---|---|
| jcifs.dcerpc.msrpc | |
| jcifs.smb |
| Modifier and Type | Field | Description |
|---|---|---|
rpc.sid_t |
lsarpc.LsarDnsDomainInfo.sid |
|
rpc.sid_t |
lsarpc.LsarDomainInfo.sid |
|
rpc.sid_t |
lsarpc.LsarSidPtr.sid |
|
rpc.sid_t |
lsarpc.LsarTrustInformation.sid |
|
rpc.sid_t |
samr.SamrOpenDomain.sid |
| Constructor | Description |
|---|---|
MsrpcSamrOpenDomain(SamrPolicyHandle handle,
int access,
rpc.sid_t sid,
SamrDomainHandle domainHandle) |
|
SamrDomainHandle(DcerpcHandle handle,
SamrPolicyHandle policyHandle,
int access,
rpc.sid_t sid) |
|
SamrOpenDomain(rpc.policy_handle handle,
int access_mask,
rpc.sid_t sid,
rpc.policy_handle domain_handle) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SID |
A Windows SID is a numeric identifier used to represent Windows
accounts.
|
| Modifier and Type | Method | Description |
|---|---|---|
static byte[] |
SID.toByteArray(rpc.sid_t sid) |
| Constructor | Description |
|---|---|
SID(rpc.sid_t sid,
int type,
java.lang.String domainName,
java.lang.String acctName,
boolean decrementAuthority) |