クラスAuthorizationDataEntry

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

public final class AuthorizationDataEntry extends Object
Kerberos 5 AuthorizationDataのエントリ。
導入されたバージョン:
1.7
  • コンストラクタの詳細

    • 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