public class LdapMessageContainer extends AbstractContainer
decodeBytes, grammar, grammarEndAllowed, maxPDUSize, parentTLV, state, states, stateStack, tlv, transition
Constructor and Description |
---|
LdapMessageContainer()
Creates a new LdapMessageContainer object.
|
LdapMessageContainer(BinaryAttributeDetector binaryAttributeDetector)
Creates a new LdapMessageContainer object.
|
getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStates, getTlvId, getTransition, grammarEndAllowed, incrementDecodeBytes, isGrammarEndAllowed, setCurrentTLV, setMaxPDUSize, setParentTLV, setState, setTransition
public LdapMessageContainer()
public LdapMessageContainer(BinaryAttributeDetector binaryAttributeDetector)
binaryAttributeDetector
- checks if an attribute is binarypublic LdapMessageCodec getLdapMessage()
public LdapResponseCodec getLdapResponse()
public AbandonRequestCodec getAbandonRequest()
public AddRequestCodec getAddRequest()
public AddResponseCodec getAddResponse()
public BindRequestCodec getBindRequest()
public BindResponseCodec getBindResponse()
public CompareRequestCodec getCompareRequest()
public CompareResponseCodec getCompareResponse()
public DelRequestCodec getDelRequest()
public DelResponseCodec getDelResponse()
public ExtendedRequestCodec getExtendedRequest()
public ExtendedResponseCodec getExtendedResponse()
public IntermediateResponseCodec getIntermediateResponse()
public ModifyRequestCodec getModifyRequest()
public ModifyResponseCodec getModifyResponse()
public ModifyDNRequestCodec getModifyDnRequest()
public ModifyDNResponseCodec getModifyDnResponse()
public SearchRequestCodec getSearchRequest()
public SearchResultEntryCodec getSearchResultEntry()
public SearchResultReferenceCodec getSearchResultReference()
public SearchResultDoneCodec getSearchResultDone()
public UnBindRequestCodec getUnbindRequest()
public void setLdapMessage(LdapMessageCodec ldapMessage)
ldapMessage
- The message to set.public void clean()
AbstractContainer
clean
in class AbstractContainer
public boolean isBinary(String id)
id
- checks if an attribute id is binarypublic int getMessageId()
public void setMessageId(int messageId)
messageId
- the id of the messagepublic AbstractControl getCurrentControl()
public void setCurrentControl(AbstractControl currentControl)
currentControl
- The control to storeCopyright © 2003–2013 The Apache Software Foundation. All rights reserved.