public interface PasswordModifyResponse
extends org.apache.directory.api.ldap.model.message.ExtendedResponse
PasswdModifyResponseValue ::= SEQUENCE {
genPasswd [0] OCTET STRING OPTIONAL }
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_OID
The OID for the PwdModify extended operation response.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getGenPassword()
Get the generated password
|
void |
setGenPassword(byte[] genPassword)
Set the generated password
|
getResponseName, setResponseNamestatic final String EXTENSION_OID
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.