public interface PasswordModifyResponse extends 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, setResponseName
getLdapResult
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
static final String EXTENSION_OID
byte[] getGenPassword()
void setGenPassword(byte[] genPassword)
genPassword
- The generated password to setCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.