public class PasswordModifyRequestDecorator
extends org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.PwdModifyRequest,org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>
implements org.apache.directory.api.ldap.extras.extended.PwdModifyRequest
requestValue| Constructor and Description |
|---|
PasswordModifyRequestDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.PwdModifyRequest decoratedMessage)
Create a new decorator instance
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getNewPassword() |
byte[] |
getOldPassword() |
PasswordModifyRequest |
getPasswordModifyRequest() |
byte[] |
getRequestValue() |
org.apache.directory.api.ldap.extras.extended.PwdModifyResponse |
getResultResponse() |
byte[] |
getUserIdentity() |
void |
setNewPassword(byte[] newPassword) |
void |
setOldPassword(byte[] oldPassword) |
void |
setRequestValue(byte[] requestValue) |
void |
setUserIdentity(byte[] userIdentity) |
addAllControls, addControl, computeLength, encode, getExtendedRequestLength, getRequestName, getRequestNameBytes, removeControl, setExtendedRequestLength, setMessageId, setRequestName, setRequestNameBytesabandon, addAbandonListener, getResponseType, isAbandonedhasResponseget, getCodecService, getControl, getControls, getControlsLength, getCurrentControl, getDecorated, getDecorator, getMessageId, getMessageLength, getType, hasControl, put, setControlsLength, setMessageLength, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAllControls, addControl, getRequestName, removeControl, setMessageId, setRequestNamepublic PasswordModifyRequestDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.PwdModifyRequest decoratedMessage)
codec - The codec servicedecoratedMessage - The decorated PwdModifyRequestpublic PasswordModifyRequest getPasswordModifyRequest()
public void setRequestValue(byte[] requestValue)
setRequestValue in class org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.PwdModifyRequest,org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>public byte[] getRequestValue()
getRequestValue in class org.apache.directory.api.ldap.codec.api.ExtendedRequestDecorator<org.apache.directory.api.ldap.extras.extended.PwdModifyRequest,org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>public org.apache.directory.api.ldap.extras.extended.PwdModifyResponse getResultResponse()
getResultResponse in interface org.apache.directory.api.ldap.model.message.ResultResponseRequest<org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>getResultResponse in class org.apache.directory.api.ldap.codec.decorators.ResultResponseRequestDecorator<org.apache.directory.api.ldap.extras.extended.PwdModifyRequest,org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>public byte[] getUserIdentity()
getUserIdentity in interface org.apache.directory.api.ldap.extras.extended.PwdModifyRequestpublic void setUserIdentity(byte[] userIdentity)
userIdentity - the userIdentity to setpublic byte[] getOldPassword()
getOldPassword in interface org.apache.directory.api.ldap.extras.extended.PwdModifyRequestpublic void setOldPassword(byte[] oldPassword)
oldPassword - the oldPassword to setpublic byte[] getNewPassword()
getNewPassword in interface org.apache.directory.api.ldap.extras.extended.PwdModifyRequestpublic void setNewPassword(byte[] newPassword)
newPassword - the newPassword to setCopyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.