| Package | Description |
|---|---|
| jcifs.internal.dtyp | |
| jcifs.pac | |
| jcifs.smb |
| Modifier and Type | Method and Description |
|---|---|
SID |
SecurityDescriptor.getOwnerGroupSid() |
SID |
SecurityDescriptor.getOwnerUserSid() |
SID |
ACE.getSID() |
| Modifier and Type | Method and Description |
|---|---|
SID[] |
PacLogonInfo.getExtraSids() |
SID |
PacLogonInfo.getGroupSid() |
SID[] |
PacLogonInfo.getGroupSids() |
SID |
PacGroup.getId() |
SID |
PacSidAttributes.getId() |
SID[] |
PacLogonInfo.getResourceGroupSids() |
SID |
PacLogonInfo.getUserSid() |
SID |
PacDataInputStream.readId() |
SID |
PacDataInputStream.readSid() |
| Constructor and Description |
|---|
PacGroup(SID id,
int attributes) |
PacSidAttributes(SID id,
int attributes) |
| Modifier and Type | Field and Description |
|---|---|
static SID |
SID.CREATOR_OWNER
Well known SID: CREATOR_OWNER
|
static SID |
SID.EVERYONE
Well known SID: EVERYONE
|
static SID |
SID.SYSTEM
Well known SID: SYSTEM
|
| Modifier and Type | Method and Description |
|---|---|
SID |
SID.getDomainSid() |
SID[] |
SIDCacheImpl.getGroupMemberSids(CIFSContext tc,
String authorityServerName,
SID domsid,
int rid,
int flags) |
SID |
SmbFile.getOwnerGroup() |
SID |
SmbFile.getOwnerGroup(boolean resolve) |
SID |
SmbFile.getOwnerUser() |
SID |
SmbFile.getOwnerUser(boolean resolve) |
SID |
SIDCacheImpl.getServerSid(CIFSContext tc,
String server) |
| Constructor and Description |
|---|
SID(SID domsid,
int rid)
Construct a SID from a domain SID and an RID
(relative identifier).
|
SID(SID domsid,
SID id)
Construct a relative SID
|
Copyright © 2018. All rights reserved.