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

クラスAuthorizationDataEntry

java.lang.Object
com.sun.security.jgss.AuthorizationDataEntry

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

    コンストラクタ
    コンストラクタ
    説明
    AuthorizationDataEntry​(int type, byte[] data)
    AuthorizationDataEntryオブジェクトを作成します。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    byte[]
    ad-dataフィールドのコピーを取得します。
    int
    ad-typeフィールドを取得します。

    クラス java.lang.Objectで宣言されたメソッド

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • 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