Uses of Class
jcifs.smb.SID

Packages that use SID
jcifs.dcerpc.msrpc   
jcifs.smb   
 

Uses of SID in jcifs.dcerpc.msrpc
 

Constructors in jcifs.dcerpc.msrpc with parameters of type SID
MsrpcLookupSids(LsaPolicyHandle policyHandle, SID[] sids)
           
 

Uses of SID in jcifs.smb
 

Fields in jcifs.smb declared as SID
static SID SID.CREATOR_OWNER
           
static SID SID.CREATOR_OWNER
           
static SID SID.EVERYONE
           
static SID SID.EVERYONE
           
static SID SID.SYSTEM
           
static SID SID.SYSTEM
           
 

Methods in jcifs.smb that return SID
 SID SID.getDomainSid()
           
 SID SID.getDomainSid()
           
 SID[] SID.getGroupMemberSids(java.lang.String authorityServerName, NtlmPasswordAuthentication auth, int flags)
           
 SID[] SID.getGroupMemberSids(java.lang.String authorityServerName, NtlmPasswordAuthentication auth, int flags)
           
static SID SID.getServerSid(java.lang.String server, NtlmPasswordAuthentication auth)
           
static SID SID.getServerSid(java.lang.String server, NtlmPasswordAuthentication auth)
           
 SID ACE.getSID()
          Return the SID associated with this ACE.
 SID ACE.getSID()
          Return the SID associated with this ACE.
 

Methods in jcifs.smb with parameters of type SID
static void SID.resolveSids(java.lang.String authorityServerName, NtlmPasswordAuthentication auth, SID[] sids)
          Resolve an array of SIDs using a cache and at most one MSRPC request.
static void SID.resolveSids(java.lang.String authorityServerName, NtlmPasswordAuthentication auth, SID[] sids)
          Resolve an array of SIDs using a cache and at most one MSRPC request.
 

Constructors in jcifs.smb with parameters of type SID
SID(SID domsid, int rid)
          Construct a SID from a domain SID and an RID (relative identifier).
SID(SID domsid, int rid)
          Construct a SID from a domain SID and an RID (relative identifier).