public class AdDirSyncResponseContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
implements org.apache.directory.api.ldap.codec.api.ControlContainer
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.model.message.Control |
control
adDirSync
|
| Constructor and Description |
|---|
AdDirSyncResponseContainer(org.apache.directory.api.ldap.model.message.Control control)
Creates a new AdDirSyncResponseControl object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
clean the container
|
org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse |
getAdDirSyncResponseControl() |
void |
setControl(org.apache.directory.api.ldap.model.message.Control control)
Set a AdDirSyncResponse Control into the container.
|
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic AdDirSyncResponseContainer(org.apache.directory.api.ldap.model.message.Control control)
control - The AdDirSyncResponse control to storepublic org.apache.directory.api.ldap.extras.controls.ad.AdDirSyncResponse getAdDirSyncResponseControl()
public void setControl(org.apache.directory.api.ldap.model.message.Control control)
setControl in interface org.apache.directory.api.ldap.codec.api.ControlContainercontrol - the AdDirSyncResponse Control to set.public void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.