org.apache.directory.server.kerberos.shared.messages.value
Class AuthorizationDataEntry

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.value.AuthorizationDataEntry

public class AuthorizationDataEntry
extends java.lang.Object

Version:
$Rev: 540371 $, $Date: 2007-05-21 20:00:43 -0400 (Mon, 21 May 2007) $
Author:
Apache Directory Project

Constructor Summary
AuthorizationDataEntry(AuthorizationType adType, byte[] adData)
          Creates a new instance of AuthorizationDataEntry.
 
Method Summary
 byte[] getAuthorizationData()
          Returns the raw bytes of the authorization data.
 AuthorizationType getAuthorizationDataType()
          Returns the AuthorizationType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationDataEntry

public AuthorizationDataEntry(AuthorizationType adType,
                              byte[] adData)
Creates a new instance of AuthorizationDataEntry.

Parameters:
adType -
adData -
Method Detail

getAuthorizationData

public byte[] getAuthorizationData()
Returns the raw bytes of the authorization data.

Returns:
The raw bytes of the authorization data.

getAuthorizationDataType

public AuthorizationType getAuthorizationDataType()
Returns the AuthorizationType.

Returns:
The AuthorizationType.


Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.