|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqContainer
org.apache.directory.shared.kerberos.codec.tgsReq.TgsReqContainer
public class TgsReqContainer
The TGS-REQ container stores the KdcReq decoded by the Asn1Decoder.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
|---|
decodeBytes, grammar, stateStack |
| Constructor Summary | |
|---|---|
TgsReqContainer(ByteBuffer stream)
Creates a new TgsReqContainer object. |
|
| Method Summary | |
|---|---|
TgsReq |
getTgsReq()
|
void |
setTgsReq(TgsReq tgsReq)
Set an TgsReq Object into the container. |
| Methods inherited from class org.apache.directory.shared.kerberos.codec.kdcReq.KdcReqContainer |
|---|
getKdcReq, setKdcReq |
| 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 |
|---|
public TgsReqContainer(ByteBuffer stream)
stream - The stream containing the data to decode| Method Detail |
|---|
public TgsReq getTgsReq()
public void setTgsReq(TgsReq tgsReq)
tgsReq - The TgsReq to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||