| Package | Description |
|---|---|
| jcifs | |
| jcifs.smb |
| Modifier and Type | Method and Description |
|---|---|
SID |
SID.getDomainSid() |
SID[] |
SidResolver.getGroupMemberSids(CIFSContext tc,
String authorityServerName,
SID domsid,
int rid,
int flags) |
SID |
SmbResource.getOwnerGroup()
Return the resolved owner group SID for this file or directory
|
SID |
SmbResource.getOwnerGroup(boolean resolve)
Return the owner group SID for this file or directory
|
SID |
SmbResource.getOwnerUser()
Return the resolved owner user SID for this file or directory
|
SID |
SmbResource.getOwnerUser(boolean resolve)
Return the owner user SID for this file or directory
|
SID |
SidResolver.getServerSid(CIFSContext tc,
String authorityServerName) |
SID |
ACE.getSID()
Return the SID associated with this ACE.
|
| Modifier and Type | Method and Description |
|---|---|
Map<SID,List<SID>> |
SidResolver.getLocalGroupsMap(CIFSContext tc,
String authorityServerName,
int flags)
This specialized method returns a Map of users and local groups for the
target server where keys are SIDs representing an account and each value
is an ArrayList of SIDs represents the local groups that the account is
a member of.
|
Map<SID,List<SID>> |
SidResolver.getLocalGroupsMap(CIFSContext tc,
String authorityServerName,
int flags)
This specialized method returns a Map of users and local groups for the
target server where keys are SIDs representing an account and each value
is an ArrayList of SIDs represents the local groups that the account is
a member of.
|
| Modifier and Type | Method and Description |
|---|---|
SID[] |
SidResolver.getGroupMemberSids(CIFSContext tc,
String authorityServerName,
SID domsid,
int rid,
int flags) |
void |
SidResolver.resolveSids(CIFSContext tc,
String authorityServerName,
SID[] sids)
Resolve an array of SIDs using a cache and at most one MSRPC request.
|
void |
SidResolver.resolveSids(CIFSContext tc,
String authorityServerName,
SID[] sids,
int off,
int len)
Resolve part of an array of SIDs using a cache and at most one MSRPC request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SID
Internal representation of SIDs
A Windows SID is a numeric identifier used to represent Windows
accounts.
|
| Modifier and Type | Method and Description |
|---|---|
SID[] |
SID.getGroupMemberSids(String authorityServerName,
CIFSContext tc,
int flags)
Get members of the group represented by this SID, if it is one.
|
| Modifier and Type | Method and Description |
|---|---|
Map<SID,List<SID>> |
SIDCacheImpl.getLocalGroupsMap(CIFSContext tc,
String authorityServerName,
int flags)
This specialized method returns a Map of users and local groups for the
target server where keys are SIDs representing an account and each value
is an ArrayList of SIDs represents the local groups that the account is
a member of.
|
Map<SID,List<SID>> |
SIDCacheImpl.getLocalGroupsMap(CIFSContext tc,
String authorityServerName,
int flags)
This specialized method returns a Map of users and local groups for the
target server where keys are SIDs representing an account and each value
is an ArrayList of SIDs represents the local groups that the account is
a member of.
|
| Modifier and Type | Method and Description |
|---|---|
SID[] |
SIDCacheImpl.getGroupMemberSids(CIFSContext tc,
String authorityServerName,
SID domsid,
int rid,
int flags) |
void |
SIDCacheImpl.resolveSids(CIFSContext tc,
String authorityServerName,
SID[] sids)
Resolve an array of SIDs using a cache and at most one MSRPC request.
|
void |
SIDCacheImpl.resolveSids(CIFSContext tc,
String authorityServerName,
SID[] sids,
int offset,
int length) |
Copyright © 2023. All rights reserved.