Uses of Class
jcifs.smb1.smb1.SID
-
Packages that use SID Package Description jcifs.smb1.dcerpc.msrpc jcifs.smb1.smb1 -
-
Uses of SID in jcifs.smb1.dcerpc.msrpc
Constructors in jcifs.smb1.dcerpc.msrpc with parameters of type SID Constructor Description MsrpcLookupSids(LsaPolicyHandle policyHandle, SID[] sids) -
Uses of SID in jcifs.smb1.smb1
Fields in jcifs.smb1.smb1 declared as SID Modifier and Type Field Description static SIDSID. CREATOR_OWNERstatic SIDSID. EVERYONEstatic SIDSID. SYSTEMMethods in jcifs.smb1.smb1 that return SID Modifier and Type Method Description SIDSID. getDomainSid()SID[]SID. getGroupMemberSids(String authorityServerName, NtlmPasswordAuthentication auth, int flags)SIDSmbFile. getOwnerGroup()SIDSmbFile. getOwnerUser()static SIDSID. getServerSid(String server, NtlmPasswordAuthentication auth)SIDACE. getSID()Return the SID associated with this ACE.Methods in jcifs.smb1.smb1 with parameters of type SID Modifier and Type Method Description static voidSID. resolveSids(String authorityServerName, NtlmPasswordAuthentication auth, SID[] sids)Resolve an array of SIDs using a cache and at most one MSRPC request.static voidSID. resolveSids(String authorityServerName, NtlmPasswordAuthentication auth, SID[] sids, int offset, int length)Constructors in jcifs.smb1.smb1 with parameters of type SID Constructor Description SID(SID domsid, int rid)Construct a SID from a domain SID and an RID (relative identifier).
-