org.apache.directory.shared.kerberos.codec.methodData
Class MethodDataContainer

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

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

The METHOD-DATA container stores the METHOD-DATA 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
MethodDataContainer()
          Creates a new MethodDataContainer object.
 
Method Summary
 void addPaData(PaData paData)
          Add a PaData Object into the list.
 MethodData getMethodData()
           
 void setMethodData(MethodData methodData)
          Set a MethodData 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

MethodDataContainer

public MethodDataContainer()
Creates a new MethodDataContainer object.

Method Detail

getMethodData

public MethodData getMethodData()
Returns:
Returns the MethodData.

setMethodData

public void setMethodData(MethodData methodData)
Set a MethodData Object into the container

Parameters:
methodData - The MethodData to set.

addPaData

public void addPaData(PaData paData)
Add a PaData Object into the list. It will be completed by the KerberosDecoder.

Parameters:
paData - The paData to add.


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