Class PasswordModifyRequest
java.lang.Object
org.keycloak.storage.ldap.idm.store.ldap.extended.PasswordModifyRequest
- All Implemented Interfaces:
Serializable
,ExtendedRequest
An implementation of the
LDAP Password Modify Extended Operation
client request.
Can be directed at any LDAP server that supports the Password Modify Extended Operation.
- Since:
- 4.2.9
- Author:
- Josh Cummings
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPasswordModifyRequest
(String userIdentity, String oldPassword, String newPassword) -
Method Summary
Modifier and TypeMethodDescriptioncreateExtendedResponse
(String id, byte[] berValue, int offset, int length) byte[]
getID()
-
Field Details
-
PASSWORD_MODIFY_OID
- See Also:
-
-
Constructor Details
-
PasswordModifyRequest
-
-
Method Details
-
getID
- Specified by:
getID
in interfaceExtendedRequest
-
getEncodedValue
public byte[] getEncodedValue()- Specified by:
getEncodedValue
in interfaceExtendedRequest
-
createExtendedResponse
- Specified by:
createExtendedResponse
in interfaceExtendedRequest
-