パッケージ jcifs.internal.dtyp
クラス SecurityDescriptor
- java.lang.Object
-
- jcifs.internal.dtyp.SecurityDescriptor
-
- すべての実装されたインタフェース:
Decodable,SecurityInfo
public class SecurityDescriptor extends Object implements SecurityInfo
Internal use only
-
-
フィールドの概要
-
インタフェースから継承されたフィールド jcifs.internal.dtyp.SecurityInfo
ATTRIBUTE_SECURITY_INFO, BACKUP_SECURITY_INFO, DACL_SECURITY_INFO, GROUP_SECURITY_INFO, LABEL_SECURITY_INFO, OWNER_SECURITY_INFO, SACL_SECURITY_INFO, SCOPE_SECURITY_INFO
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SecurityDescriptor()SecurityDescriptor(byte[] buffer, int bufferIndex, int len)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)ACE[]getAces()SIDgetOwnerGroupSid()SIDgetOwnerUserSid()intgetType()StringtoString()
-
-
-
コンストラクタの詳細
-
SecurityDescriptor
public SecurityDescriptor()
-
SecurityDescriptor
public SecurityDescriptor(byte[] buffer, int bufferIndex, int len) throws IOException- パラメータ:
buffer-bufferIndex-len-- 例外:
IOException
-
-
メソッドの詳細
-
getType
public final int getType()
- 戻り値:
- the type
-
getAces
public final ACE[] getAces()
- 戻り値:
- the aces
-
getOwnerGroupSid
public final SID getOwnerGroupSid()
- 戻り値:
- the ownerGroupSid
-
getOwnerUserSid
public final SID getOwnerUserSid()
- 戻り値:
- the ownerUserSid
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- 定義:
decodeインタフェース内Decodable- パラメータ:
buffer-bufferIndex-len-- 戻り値:
- decoded data length
- 例外:
SMBProtocolDecodingException
-
-