インタフェースの使用
jcifs.SID
-
SIDを使用しているパッケージ パッケージ 説明 jcifs jcifs.dcerpc.msrpc jcifs.smb -
-
jcifsでのSIDの使用
SIDを返すjcifsのメソッド 修飾子とタイプ メソッド 説明 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.SID型の引数を持つ型を返すjcifsのメソッド 修飾子とタイプ メソッド 説明 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.SID型のパラメータを持つjcifsのメソッド 修飾子とタイプ メソッド 説明 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. -
jcifs.dcerpc.msrpcでのSIDの使用
SID型のパラメータを持つjcifs.dcerpc.msrpcのコンストラクタ コンストラクタ 説明 MsrpcLookupSids(LsaPolicyHandle policyHandle, SID[] sids) -
jcifs.smbでのSIDの使用
SIDを実装しているjcifs.smbのクラス 修飾子とタイプ クラス 説明 classSIDInternal representation of SIDs A Windows SID is a numeric identifier used to represent Windows accounts.SIDを返すjcifs.smbのメソッド 修飾子とタイプ メソッド 説明 SID[]SID. getGroupMemberSids(String authorityServerName, CIFSContext tc, int flags)Get members of the group represented by this SID, if it is one.SID型の引数を持つ型を返すjcifs.smbのメソッド 修飾子とタイプ メソッド 説明 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.SID型のパラメータを持つjcifs.smbのメソッド 修飾子とタイプ メソッド 説明 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)
-