|
||||||||||
| 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.KerberosMessageContainer
public class KerberosMessageContainer
The KerberosMessage container stores all the messages decoded by the Asn1Decoder. When dealing with an incoding PDU, we will obtain a KerberosMessage in the container.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
|---|
decodeBytes, grammar, stateStack |
| Constructor Summary | |
|---|---|
KerberosMessageContainer()
Creates a new KerberosMessageContainer object. |
|
| Method Summary | |
|---|---|
KerberosMessage |
getMessage()
|
PrincipalName |
getPrincipalName()
|
int |
getTcpLength()
|
Ticket |
getTicket()
|
boolean |
isTCP()
|
void |
setMessage(KerberosMessage message)
Set a Message Object into the container. |
void |
setPrincipalName(PrincipalName principalName)
Set a PrincipalName Object into the container. |
void |
setTCP(boolean isTCP)
|
void |
setTcpLength(int tcpLength)
|
| 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 KerberosMessageContainer()
| Method Detail |
|---|
public KerberosMessage getMessage()
public void setMessage(KerberosMessage message)
message - The message to set.public Ticket getTicket()
public PrincipalName getPrincipalName()
public void setPrincipalName(PrincipalName principalName)
principalName - The principalName to set.public boolean isTCP()
public void setTCP(boolean isTCP)
isTCP - the isTCP to setpublic int getTcpLength()
public void setTcpLength(int tcpLength)
tcpLength - the tcpLength to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||