public class PasswordPolicyContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private PasswordPolicyDecorator |
control |
| Constructor and Description |
|---|
PasswordPolicyContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
Creates a new StoredProcedureContainer instance
|
PasswordPolicyContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicy ppolicyResponse)
Creates a new StoredProcedureContainer instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
clean the container
|
PasswordPolicyDecorator |
getPasswordPolicyResponseControl() |
void |
setPasswordPolicyResponseControl(PasswordPolicyDecorator control)
Sets the password policy 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 PasswordPolicyDecorator control
public PasswordPolicyContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec)
codec - The LDAP Service to usepublic PasswordPolicyContainer(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicy ppolicyResponse)
codec - The LDAP Service to useppolicyResponse - The PasswordPolicy responsepublic PasswordPolicyDecorator getPasswordPolicyResponseControl()
public void setPasswordPolicyResponseControl(PasswordPolicyDecorator control)
control - The decorated PasswordPolicy controlpublic void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.