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