java.lang.Object
com.sun.security.jgss.AuthorizationDataEntry
public final class AuthorizationDataEntry extends Object
Kerberos 5 AuthorizationDataのエントリ。
- 
コンストラクタのサマリーコンストラクタ
- 
メソッドのサマリー
- 
コンストラクタの詳細- 
AuthorizationDataEntrypublic AuthorizationDataEntry(int type, byte[] data)AuthorizationDataEntryオブジェクトを作成します。- パラメータ:
- type- ad-type
- data- ad-data。データのコピーはオブジェクト内に保存されます。
 
 
- 
- 
メソッドの詳細- 
getTypepublic int getType()ad-typeフィールドを取得します。- 戻り値:
- ad-type
 
- 
getDatapublic byte[] getData()ad-dataフィールドのコピーを取得します。- 戻り値:
- ad-data
 
 
-