public interface PasswordModifyRequest
extends org.apache.directory.api.ldap.model.message.ExtendedRequest
PasswdModifyRequestValue ::= SEQUENCE {
userIdentity [0] OCTET STRING OPTIONAL
oldPasswd [1] OCTET STRING OPTIONAL
newPasswd [2] OCTET STRING OPTIONAL }
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_OID
The OID for the pwdModify extended operation request.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getNewPassword() |
byte[] |
getOldPassword() |
byte[] |
getUserIdentity() |
void |
setNewPassword(byte[] newPassword)
Set a new password
|
void |
setOldPassword(byte[] oldPassword)
Set the old password
|
void |
setUserIdentity(byte[] userIdentity)
Set the user identity
|
addAllControls, addControl, getRequestName, removeControl, setMessageId, setRequestNamegetResponseTypestatic final String EXTENSION_OID
byte[] getUserIdentity()
void setUserIdentity(byte[] userIdentity)
userIdentity - The userIdentity to setbyte[] getOldPassword()
void setOldPassword(byte[] oldPassword)
oldPassword - The oldPassword to setbyte[] getNewPassword()
void setNewPassword(byte[] newPassword)
newPassword - The new password to setCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.