Uses of Class
org.forgerock.opendj.ldap.messages.PasswordModifyExtendedRequest
Packages that use PasswordModifyExtendedRequest
Package
Description
Classes and interfaces for core LDAP requests/responses.
-
Uses of PasswordModifyExtendedRequest in org.forgerock.opendj.ldap.messages
Fields in org.forgerock.opendj.ldap.messages with type parameters of type PasswordModifyExtendedRequestModifier and TypeFieldDescriptionPasswordModifyExtendedRequest.DECODERA decoder which can be used to decode password modify extended operation requests.Methods in org.forgerock.opendj.ldap.messages that return PasswordModifyExtendedRequestModifier and TypeMethodDescriptionRequests.copyOfPasswordModifyExtendedRequest(PasswordModifyExtendedRequest request) Creates a new password modify extended request that is an exact copy of the provided request.Requests.newPasswordModifyExtendedRequest()Creates a new password modify extended request, with no user identity, old password, or new password.PasswordModifyExtendedRequest.setNewPassword(byte[] newPassword) Sets the desired password for the user.PasswordModifyExtendedRequest.setNewPassword(char[] newPassword) Sets the desired password for the user.PasswordModifyExtendedRequest.setOldPassword(byte[] oldPassword) Sets the current password for the user.PasswordModifyExtendedRequest.setOldPassword(char[] oldPassword) Sets the current password for the user.PasswordModifyExtendedRequest.setUserIdentity(Object userIdentity) Sets the identity of the user whose password is to be modified.Methods in org.forgerock.opendj.ldap.messages with parameters of type PasswordModifyExtendedRequestModifier and TypeMethodDescriptionRequests.copyOfPasswordModifyExtendedRequest(PasswordModifyExtendedRequest request) Creates a new password modify extended request that is an exact copy of the provided request.