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