Package | Description |
---|---|
jcifs.smb |
Modifier and Type | Field and Description |
---|---|
static SID |
SID.CREATOR_OWNER |
static SID |
SID.EVERYONE |
static SID |
SID.SYSTEM |
Modifier and Type | Method and Description |
---|---|
SID |
SID.getDomainSid() |
SID[] |
SID.getGroupMemberSids(java.lang.String authorityServerName,
NtlmPasswordAuthentication auth,
int flags) |
static SID |
SID.getServerSid(java.lang.String server,
NtlmPasswordAuthentication auth) |
SID |
ACE.getSID()
Return the SID associated with this ACE.
|
Modifier and Type | Method and Description |
---|---|
static void |
SID.resolveSids(java.lang.String authorityServerName,
NtlmPasswordAuthentication auth,
SID[] sids)
Resolve an array of SIDs using a cache and at most one MSRPC request.
|
static void |
SID.resolveSids(java.lang.String authorityServerName,
NtlmPasswordAuthentication auth,
SID[] sids,
int offset,
int length) |
Constructor and Description |
---|
SID(SID domsid,
int rid)
Construct a SID from a domain SID and an RID
(relative identifier).
|