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

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

public class PreAuthenticationData
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
PreAuthenticationData(PreAuthenticationDataType dataType, byte[] dataValue)
          Creates a new instance of PreAuthenticationData.
 
Method Summary
 PreAuthenticationDataType getDataType()
          Returns the PreAuthenticationDataType.
 byte[] getDataValue()
          Returns the raw bytes of the PreAuthenticationData.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreAuthenticationData

public PreAuthenticationData(PreAuthenticationDataType dataType,
                             byte[] dataValue)
Creates a new instance of PreAuthenticationData.

Parameters:
dataType -
dataValue -
Method Detail

getDataType

public PreAuthenticationDataType getDataType()
Returns the PreAuthenticationDataType.

Returns:
The PreAuthenticationDataType.

getDataValue

public byte[] getDataValue()
Returns the raw bytes of the PreAuthenticationData.

Returns:
The raw bytes of the PreAuthenticationData.


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