org.apache.directory.shared.ldap.codec.search.controls
Class SubEntryControlContainer
java.lang.Object
org.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.ldap.codec.search.controls.SubEntryControlContainer
- All Implemented Interfaces:
- IAsn1Container
public class SubEntryControlContainer
- extends AbstractContainer
- implements IAsn1Container
- Author:
- Apache Directory Project
Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
getCurrentTLV, getGrammar, getNewTlvId, getParentTLV, getState, getStates, getTlvId, getTransition, grammarEndAllowed, isGrammarEndAllowed, setCurrentTLV, setParentTLV, setState, setTransition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.asn1.ber.IAsn1Container |
getCurrentTLV, getGrammar, getNewTlvId, getParentTLV, getState, getStates, getTlvId, getTransition, grammarEndAllowed, isGrammarEndAllowed, setCurrentTLV, setParentTLV, setState, setTransition |
SubEntryControlContainer
public SubEntryControlContainer()
- Creates a new SubEntryControlContainer object.
getSubEntryControl
public SubEntryControl getSubEntryControl()
- Returns:
- Returns the persistent search control.
setSubEntryControl
public void setSubEntryControl(SubEntryControl control)
- Set a SubEntryControl Object into the container. It will be completed by
the ldapDecoder.
- Parameters:
control
- the SubEntryControl to set.
clean
public void clean()
- Clean the current container
- Overrides:
clean
in class AbstractContainer
Copyright © 2004-2012. All Rights Reserved.