public class AdDirSyncContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
AdDirSyncContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new AdDirSyncControl Container object.
|
AdDirSyncContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.controls.ad.AdDirSync control)
Creates a new AdDirSyncControl object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
clean the container
|
org.apache.directory.api.ldap.extras.controls.ad.AdDirSync |
getAdDirSyncControl() |
org.apache.directory.api.ldap.codec.api.LdapApiService |
getCodecService() |
void |
setAdDirSyncControl(org.apache.directory.api.ldap.extras.controls.ad.AdDirSync control)
Set a AdDirSyncControlCodec Object 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, updateParentpublic AdDirSyncContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
public AdDirSyncContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.controls.ad.AdDirSync control)
public org.apache.directory.api.ldap.extras.controls.ad.AdDirSync getAdDirSyncControl()
public void setAdDirSyncControl(org.apache.directory.api.ldap.extras.controls.ad.AdDirSync control)
control - the AdDirSyncControlCodec to set.public org.apache.directory.api.ldap.codec.api.LdapApiService getCodecService()
public void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.