Uses of Class
jcifs.smb.SID
-
Packages that use SID Package Description jcifs.internal.dtyp jcifs.pac jcifs.smb -
-
Uses of SID in jcifs.internal.dtyp
Methods in jcifs.internal.dtyp that return SID Modifier and Type Method Description SIDSecurityDescriptor. getOwnerGroupSid()SIDSecurityDescriptor. getOwnerUserSid()SIDACE. getSID() -
Uses of SID in jcifs.pac
Methods in jcifs.pac that return SID Modifier and Type Method Description SID[]PacLogonInfo. getExtraSids()SIDPacLogonInfo. getGroupSid()SID[]PacLogonInfo. getGroupSids()SIDPacGroup. getId()SIDPacSidAttributes. getId()SID[]PacLogonInfo. getResourceGroupSids()SIDPacLogonInfo. getUserSid()SIDPacDataInputStream. readId()SIDPacDataInputStream. readSid()Constructors in jcifs.pac with parameters of type SID Constructor Description PacGroup(SID id, int attributes)PacSidAttributes(SID id, int attributes) -
Uses of SID in jcifs.smb
Fields in jcifs.smb declared as SID Modifier and Type Field Description static SIDSID. CREATOR_OWNERWell known SID: CREATOR_OWNERstatic SIDSID. EVERYONEWell known SID: EVERYONEstatic SIDSID. SYSTEMWell known SID: SYSTEMMethods in jcifs.smb that return SID Modifier and Type Method Description SIDSID. getDomainSid()SID[]SIDCacheImpl. getGroupMemberSids(CIFSContext tc, String authorityServerName, SID domsid, int rid, int flags)SIDSmbFile. getOwnerGroup()SIDSmbFile. getOwnerGroup(boolean resolve)SIDSmbFile. getOwnerUser()SIDSmbFile. getOwnerUser(boolean resolve)SIDSIDCacheImpl. getServerSid(CIFSContext tc, String server)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).SID(SID domsid, SID id)Construct a relative SID
-