public class KrbErrorContainer extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
KrbErrorContainer(ByteBuffer stream)
Creates a new KrbErrorContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
KrbError |
getKrbError() |
void |
setKrbError(KrbError krbError)
Set a KrbError Object into the container.
|
clean, getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic KrbErrorContainer(ByteBuffer stream)
stream - The stream containing the data to decodepublic KrbError getKrbError()
public void setKrbError(KrbError krbError)
krbError - The KrbError to set.Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.