org.apache.directory.shared.kerberos.codec.kdcReq
Class KdcReqContainer

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.AbstractContainer
      extended by org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqContainer
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.Asn1Container
Direct Known Subclasses:
AsReqContainer, TgsReqContainer

public class KdcReqContainer
extends org.apache.directory.shared.asn1.ber.AbstractContainer

The KdcReq container stores the KDC-REQ decoded by the Asn1Decoder.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
decodeBytes, grammar, stateStack
 
Constructor Summary
KdcReqContainer(ByteBuffer stream)
          Creates a new KdcReqContainer object.
 
Method Summary
 KdcReq getKdcReq()
           
 void setKdcReq(KdcReq kdcReq)
          Set a KdcReq Object into the container.
 
Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
clean, getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KdcReqContainer

public KdcReqContainer(ByteBuffer stream)
Creates a new KdcReqContainer object.

Parameters:
stream - The stream containing the data to decode
Method Detail

getKdcReq

public KdcReq getKdcReq()
Returns:
Returns the KdcReq.

setKdcReq

public void setKdcReq(KdcReq kdcReq)
Set a KdcReq Object into the container. It will be completed by the KerberosDecoder.

Parameters:
kdcReq - The KdcReq to set.


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