Class AdPolicyHintsContainer
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.AbstractContainer
-
- org.apache.directory.api.ldap.extras.controls.ad_impl.AdPolicyHintsContainer
-
- All Implemented Interfaces:
Asn1Container,ControlContainer
public class AdPolicyHintsContainer extends AbstractContainer implements ControlContainer
A container for the AdPolicyHints request control.- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description AdPolicyHintsContainer(Control control)Creates a new AdPolicyHintsContainer instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()Clean the container for the next usage.AdPolicyHintsgetAdPolicyHints()voidsetControl(Control control)Sets the AdPolicyHints control-
Methods inherited from class org.apache.directory.api.asn1.ber.AbstractContainer
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent
-
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.api.asn1.ber.Asn1Container
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent
-
-
-
-
Constructor Detail
-
AdPolicyHintsContainer
public AdPolicyHintsContainer(Control control)
Creates a new AdPolicyHintsContainer instance- Parameters:
control- The AdPolicyHints control to store
-
-
Method Detail
-
getAdPolicyHints
public AdPolicyHints getAdPolicyHints()
- Returns:
- The AdPolicyHints control
-
setControl
public void setControl(Control control)
Sets the AdPolicyHints control- Specified by:
setControlin interfaceControlContainer- Parameters:
control- The AdPolicyHints control
-
clean
public void clean()
Clean the container for the next usage.- Overrides:
cleanin classAbstractContainer
-
-