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

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

public class PreAuthenticationDataModifier
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
PreAuthenticationDataModifier()
           
 
Method Summary
 PreAuthenticationData getPreAuthenticationData()
          Returns the PreAuthenticationData.
 void setDataType(PreAuthenticationDataType dataType)
          Sets the PreAuthenticationDataType.
 void setDataValue(byte[] dataValue)
          Sets the raw bytes of this PreAuthenticationData.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreAuthenticationDataModifier

public PreAuthenticationDataModifier()
Method Detail

getPreAuthenticationData

public PreAuthenticationData getPreAuthenticationData()
Returns the PreAuthenticationData.

Returns:
The PreAuthenticationData.

setDataType

public void setDataType(PreAuthenticationDataType dataType)
Sets the PreAuthenticationDataType.

Parameters:
dataType -

setDataValue

public void setDataValue(byte[] dataValue)
Sets the raw bytes of this PreAuthenticationData.

Parameters:
dataValue -


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