public class PasswordModifyResponseDecorator
extends org.apache.directory.api.ldap.codec.api.ExtendedResponseDecorator<org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponse>
implements org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponse
responseValue| Constructor and Description |
|---|
PasswordModifyResponseDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponse decoratedMessage) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getGenPassword() |
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, setResponseNamegetLdapResult, 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.pwdModify.PasswordModifyResponse decoratedMessage)
public void setResponseValue(byte[] responseValue)
setResponseValue in class org.apache.directory.api.ldap.codec.api.ExtendedResponseDecorator<org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponse>public byte[] getResponseValue()
getResponseValue in class org.apache.directory.api.ldap.codec.api.ExtendedResponseDecorator<org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponse>public byte[] getGenPassword()
getGenPassword in interface org.apache.directory.api.ldap.extras.extended.pwdModify.PasswordModifyResponsepublic 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.pwdModify.PasswordModifyResponse>Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.