public class PasswordModifyResponseDecorator
extends org.apache.directory.api.ldap.codec.api.ExtendedResponseDecorator<org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>
implements org.apache.directory.api.ldap.extras.extended.PwdModifyResponse
responseValue| Constructor and Description |
|---|
PasswordModifyResponseDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.PwdModifyResponse decoratedMessage) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getGenPassword() |
PasswordModifyResponse |
getPasswordModifyResponse() |
String |
getResponseName()
Overload the parent's getResponseName method, as the pwdModify response should not
contain the responseName.
|
byte[] |
getResponseValue() |
void |
setGenPassword(byte[] genPassword) |
void |
setResponseValue(byte[] responseValue) |
computeLength, encode, getExtendedResponseLength, getResponseNameBytes, setExtendedResponseLength, setResponseName, setResponseNameBytesgetLdapResult, setLdapResultaddAllControls, addControl, get, getCodecService, getControl, getControls, getControlsLength, getCurrentControl, getDecorated, getDecorator, getMessageId, getMessageLength, getType, hasControl, put, removeControl, setControlsLength, setMessageId, setMessageLength, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetResponseNamepublic PasswordModifyResponseDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.PwdModifyResponse decoratedMessage)
public PasswordModifyResponse getPasswordModifyResponse()
public void setResponseValue(byte[] responseValue)
setResponseValue in class org.apache.directory.api.ldap.codec.api.ExtendedResponseDecorator<org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>public byte[] getResponseValue()
getResponseValue in class org.apache.directory.api.ldap.codec.api.ExtendedResponseDecorator<org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>public byte[] getGenPassword()
getGenPassword in interface org.apache.directory.api.ldap.extras.extended.PwdModifyResponsepublic void setGenPassword(byte[] genPassword)
genPassword - the genPassword to setpublic String getResponseName()
getResponseName in interface org.apache.directory.api.ldap.model.message.ExtendedResponsegetResponseName in class org.apache.directory.api.ldap.codec.api.ExtendedResponseDecorator<org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>Copyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.