Spec-Zone .ru
спецификации, руководства, описания, API

Java GSS-API Utilities
DRAFT ea-b118

com.sun.security.jgss
Class AuthorizationDataEntry

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

public final class AuthorizationDataEntry
extends Object

Kerberos 5 AuthorizationData entry.


Constructor Summary
Constructor and Description
AuthorizationDataEntry(int type, byte[] data)
          Create an AuthorizationDataEntry object.
 
Method Summary
Modifier and Type Method and Description
 byte[] getData()
          Get a copy of the ad-data field.
 int getType()
          Get the ad-type field.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationDataEntry

public AuthorizationDataEntry(int type,
                              byte[] data)
Create an AuthorizationDataEntry object.

Parameters:
type - the ad-type
data - the ad-data, a copy of the data will be saved inside the object.
Method Detail

getType

public int getType()
Get the ad-type field.

Returns:
ad-type

getData

public byte[] getData()
Get a copy of the ad-data field.

Returns:
ad-data

toString

public String toString()
Overrides:
toString in class Object

Java GSS-API Utilities
DRAFT ea-b118

Copyright © 2000, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.