public class PasswordModifyRequest
extends org.apache.directory.api.asn1.AbstractAsn1Object
PasswdModifyRequestValue ::= SEQUENCE {
userIdentity [0] OCTET STRING OPTIONAL
oldPasswd [1] OCTET STRING OPTIONAL
newPasswd [2] OCTET STRING OPTIONAL }
| Constructor and Description |
|---|
PasswordModifyRequest(org.apache.directory.api.ldap.extras.extended.PwdModifyRequest pwdModifyRequest)
Creates an instance of a PasswordModifyRequest
|
| Modifier and Type | Method and Description |
|---|---|
int |
computeLength() |
ByteBuffer |
encode() |
org.apache.directory.api.ldap.extras.extended.PwdModifyRequest |
getPwdModifyRequest() |
String |
toString() |
public PasswordModifyRequest(org.apache.directory.api.ldap.extras.extended.PwdModifyRequest pwdModifyRequest)
pwdModifyRequest - The encapsulated requestpublic int computeLength()
public ByteBuffer encode() throws org.apache.directory.api.asn1.EncoderException
org.apache.directory.api.asn1.EncoderExceptionpublic org.apache.directory.api.ldap.extras.extended.PwdModifyRequest getPwdModifyRequest()
public String toString()
toString in class ObjectObject.toString()Copyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.