public class PasswordModifyRequestContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest |
passwordModifyRequest
PasswordModifyRequest decorator
|
| Constructor and Description |
|---|
PasswordModifyRequestContainer()
Creates a new PasswordModifyContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Clean the container for the next decoding.
|
org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest |
getPwdModifyRequest() |
void |
setPasswordModifyRequest(org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest passwordModifyRequest)
Set a PasswordModifyRequest 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, updateParentprivate org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest passwordModifyRequest
public PasswordModifyRequestContainer()
public org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest getPwdModifyRequest()
public void setPasswordModifyRequest(org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyRequest passwordModifyRequest)
passwordModifyRequest - the PasswordModifyRequest to set.public void clean()
clean in class org.apache.directory.api.asn1.ber.AbstractContainerCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.