org.apache.directory.shared.kerberos.codec.lastReq
Class LastReqContainer

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.AbstractContainer
      extended by org.apache.directory.shared.kerberos.codec.lastReq.LastReqContainer
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.Asn1Container

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

The LastReq container stores the LastReq 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
LastReqContainer()
          Creates a new LastReqContainer object.
 
Method Summary
 LastReq getLastReq()
           
 void setLastReq(LastReq lastReq)
          Set a LastReq 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

LastReqContainer

public LastReqContainer()
Creates a new LastReqContainer object.

Method Detail

getLastReq

public LastReq getLastReq()
Returns:
Returns the LastReq.

setLastReq

public void setLastReq(LastReq lastReq)
Set a LastReq Object into the container. It will be completed by the KerberosDecoder.

Parameters:
lastReq - The LastReq to set.


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