- java.lang.Object
-
- com.sun.security.jgss.AuthorizationDataEntry
-
public final class AuthorizationDataEntry extends Object
Kerberos 5 AuthorizationData entry.
-
-
Constructor Summary
Constructors Constructor Description AuthorizationDataEntry(int type, byte[] data)Create an AuthorizationDataEntry object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()Get a copy of the ad-data field.intgetType()Get the ad-type field.
-