Uses of Interface
jcifs.SID
-
Packages that use SID Package Description jcifs jcifs.dcerpc.msrpc jcifs.smb -
-
Uses of SID in jcifs
Methods in jcifs that return SID Modifier and Type Method Description SIDSID. getDomainSid()SID[]SidResolver. getGroupMemberSids(CIFSContext tc, String authorityServerName, SID domsid, int rid, int flags)SIDSmbResource. getOwnerGroup()Return the resolved owner group SID for this file or directorySIDSmbResource. getOwnerGroup(boolean resolve)Return the owner group SID for this file or directorySIDSmbResource. getOwnerUser()Return the resolved owner user SID for this file or directorySIDSmbResource. getOwnerUser(boolean resolve)Return the owner user SID for this file or directorySIDSidResolver. getServerSid(CIFSContext tc, String authorityServerName)SIDACE. getSID()Return the SID associated with this ACE.Methods in jcifs that return types with arguments of type SID Modifier and Type Method 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.Methods in jcifs with parameters of type SID Modifier and Type Method Description SID[]SidResolver. getGroupMemberSids(CIFSContext tc, String authorityServerName, SID domsid, int rid, int flags)voidSidResolver. resolveSids(CIFSContext tc, String authorityServerName, SID[] sids)Resolve an array of SIDs using a cache and at most one MSRPC request.voidSidResolver. 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. -
Uses of SID in jcifs.dcerpc.msrpc
Constructors in jcifs.dcerpc.msrpc with parameters of type SID Constructor Description MsrpcLookupSids(LsaPolicyHandle policyHandle, SID[] sids) -
Uses of SID in jcifs.smb
Classes in jcifs.smb that implement SID Modifier and Type Class Description classSIDInternal representation of SIDs A Windows SID is a numeric identifier used to represent Windows accounts.Methods in jcifs.smb that return SID Modifier and Type Method Description SID[]SID. getGroupMemberSids(String authorityServerName, CIFSContext tc, int flags)Get members of the group represented by this SID, if it is one.Methods in jcifs.smb that return types with arguments of type SID Modifier and Type Method 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.Methods in jcifs.smb with parameters of type SID Modifier and Type Method Description SID[]SIDCacheImpl. getGroupMemberSids(CIFSContext tc, String authorityServerName, SID domsid, int rid, int flags)voidSIDCacheImpl. resolveSids(CIFSContext tc, String authorityServerName, SID[] sids)Resolve an array of SIDs using a cache and at most one MSRPC request.voidSIDCacheImpl. resolveSids(CIFSContext tc, String authorityServerName, SID[] sids, int offset, int length)
-