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