public class PasswordModifyResponseImpl extends org.apache.directory.api.ldap.model.message.ExtendedResponseImpl implements PasswordModifyResponse
PasswdModifyResponseValue ::= SEQUENCE {
genPasswd [0] OCTET STRING OPTIONAL }
responseNameldapResultEXTENSION_OID| Constructor and Description |
|---|
PasswordModifyResponseImpl()
Instantiates a new password Modify response.
|
PasswordModifyResponseImpl(int messageId)
Instantiates a new password Modify response.
|
PasswordModifyResponseImpl(int messageId,
org.apache.directory.api.ldap.model.message.ResultCodeEnum rcode)
Create a new instance for the PwdModify response
|
PasswordModifyResponseImpl(int messageId,
org.apache.directory.api.ldap.model.message.ResultCodeEnum rcode,
String diagnosticMessage)
Create a new instance for the PwdModify response
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getGenPassword()
Get the generated password
|
void |
setGenPassword(byte[] genPassword)
Set the generated Password
|
String |
toString() |
equals, getResponseName, hashCode, setResponseNamegetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetResponseName, setResponseNamepublic PasswordModifyResponseImpl(int messageId,
org.apache.directory.api.ldap.model.message.ResultCodeEnum rcode,
String diagnosticMessage)
messageId - The Message IDrcode - The result codediagnosticMessage - The diagnostic messagepublic PasswordModifyResponseImpl(int messageId,
org.apache.directory.api.ldap.model.message.ResultCodeEnum rcode)
messageId - The Message IDrcode - The result codepublic PasswordModifyResponseImpl(int messageId)
messageId - the message idpublic PasswordModifyResponseImpl()
public byte[] getGenPassword()
getGenPassword in interface PasswordModifyResponsepublic void setGenPassword(byte[] genPassword)
genPassword - The generated passwordpublic String toString()
toString in class org.apache.directory.api.ldap.model.message.ExtendedResponseImplObject.toString()Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.