Interface PasswordModifyResponse
-
- All Superinterfaces:
ExtendedResponse,Message,Response,ResultResponse
- All Known Implementing Classes:
PasswordModifyResponseImpl
public interface PasswordModifyResponse extends ExtendedResponse
The RFC 3062 PwdModify response :PasswdModifyResponseValue ::= SEQUENCE { genPasswd [0] OCTET STRING OPTIONAL }- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXTENSION_OIDThe OID for the PwdModify extended operation response.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getGenPassword()Get the generated passwordvoidsetGenPassword(byte[] genPassword)Set the generated password-
Methods inherited from interface org.apache.directory.api.ldap.model.message.ExtendedResponse
getResponseName, setResponseName
-
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
-
Methods inherited from interface org.apache.directory.api.ldap.model.message.ResultResponse
getLdapResult
-
-
-
-
Field Detail
-
EXTENSION_OID
static final String EXTENSION_OID
The OID for the PwdModify extended operation response.- See Also:
- Constant Field Values
-
-