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


Constructor Summary
PreAuthenticationData(PreAuthenticationDataType dataType, byte[] dataValue)
           
 
Method Summary
 PreAuthenticationDataType getDataType()
           
 byte[] getDataValue()
           
 
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)
Method Detail

getDataType

public PreAuthenticationDataType getDataType()

getDataValue

public byte[] getDataValue()


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.