public class ChangePasswdDataContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
ChangePasswdDataContainer(ByteBuffer stream)
Creates a new ChangePasswdDataContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
ChangePasswdData |
getChngPwdData() |
void |
setChngPwdData(ChangePasswdData chngPwdData)
Set an ChangePasswdData Object into the container.
|
clean, getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic ChangePasswdDataContainer(ByteBuffer stream)
stream - The stream containing the data to decodepublic ChangePasswdData getChngPwdData()
public void setChngPwdData(ChangePasswdData chngPwdData)
chngPwdData - The ChangePasswdData to set.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.