モジュール jdk.security.jgss
パッケージ com.sun.security.jgss

クラスAuthorizationDataEntry


  • public final class AuthorizationDataEntry
    extends Object
    Kerberos 5 AuthorizationDataのエントリ。
    • コンストラクタの詳細

      • AuthorizationDataEntry

        public AuthorizationDataEntry​(int type,
                                      byte[] data)
        AuthorizationDataEntryオブジェクトを作成します。
        パラメータ:
        type - ad-type
        data - ad-data。データのコピーはオブジェクト内に保存されます。
    • メソッドの詳細

      • getType

        public int getType()
        ad-typeフィールドを取得します。
        戻り値:
        ad-type
      • getData

        public byte[] getData()
        ad-dataフィールドのコピーを取得します。
        戻り値:
        ad-data