public class PasswordModifyResponseDecorator extends ExtendedResponseDecorator<PasswordModifyResponse> implements PasswordModifyResponse
responseValuemessageLengthEXTENSION_OIDTYPE| Constructor and Description |
|---|
PasswordModifyResponseDecorator(LdapApiService codec,
PasswordModifyResponse decoratedMessage) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getGenPassword()
Get the generated password
|
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, waitsetResponseNamegetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdpublic PasswordModifyResponseDecorator(LdapApiService codec, PasswordModifyResponse decoratedMessage)
public void setResponseValue(byte[] responseValue)
setResponseValue in class ExtendedResponseDecorator<PasswordModifyResponse>public byte[] getResponseValue()
getResponseValue in class ExtendedResponseDecorator<PasswordModifyResponse>public byte[] getGenPassword()
getGenPassword in interface PasswordModifyResponsepublic void setGenPassword(byte[] genPassword)
genPassword - the genPassword to setpublic String getResponseName()
getResponseName in interface ExtendedResponsegetResponseName in class ExtendedResponseDecorator<PasswordModifyResponse>Copyright © 2021. All rights reserved.