Class AuthorizationDataEntry

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

public final class AuthorizationDataEntry extends Object
Kerberos 5 授权数据条目。
  • Constructor Details

    • AuthorizationDataEntry

      public AuthorizationDataEntry(int type, byte[] data)
      创建一个 AuthorizationDataEntry 对象。
      参数:
      type - ad-type
      data - ad-data,数据的副本将保存在对象内部。
  • Method Details

    • getType

      public int getType()
      获取 ad-type 字段。
      返回:
      ad-type
    • getData

      public byte[] getData()
      获取 ad-data 字段的副本。
      返回:
      ad-data