public class KdcReqBodyContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
KdcReqBodyContainer(ByteBuffer stream)
Creates a new KdcReqBodyContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
KdcReqBody |
getKdcReqBody() |
void |
setKdcReqBody(KdcReqBody kdcReqBody)
Set a KdcReqBody Object into the container.
|
clean, getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic KdcReqBodyContainer(ByteBuffer stream)
public KdcReqBody getKdcReqBody()
public void setKdcReqBody(KdcReqBody kdcReqBody)
kdcReqBody - The KdcReqBody to set.Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.