public class AdPolicyHintsContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.codec.api.LdapApiService |
codec |
private AdPolicyHintsDecorator |
control |
| Constructor and Description |
|---|
AdPolicyHintsContainer(AdPolicyHintsDecorator control,
org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new AdPolicyHintsContainer instance
|
AdPolicyHintsContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new AdPolicyHintsContainer instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
void |
decorate(org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHints control)
Decorate the AdPolicyHints control
|
AdPolicyHintsDecorator |
getDecorator() |
void |
setAdPolicyHintsRequestControl(AdPolicyHintsDecorator control)
Sets the AdPolicyHints control
|
getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentprivate AdPolicyHintsDecorator control
private org.apache.directory.api.ldap.codec.api.LdapApiService codec
public AdPolicyHintsContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
codec - The LDAP Service to usepublic AdPolicyHintsContainer(AdPolicyHintsDecorator control, org.apache.directory.api.ldap.codec.api.LdapApiService codec)
control - The AdPolicyHints controlcodec - The LDAP Service to usepublic AdPolicyHintsDecorator getDecorator()
public void decorate(org.apache.directory.api.ldap.extras.controls.ad.AdPolicyHints control)
control - The control to decoratepublic void setAdPolicyHintsRequestControl(AdPolicyHintsDecorator control)
control - The AdPolicyHints controlpublic void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.