Class PasswordModifyRequest
- java.lang.Object
-
- org.keycloak.storage.ldap.idm.store.ldap.extended.PasswordModifyRequest
-
- All Implemented Interfaces:
Serializable,ExtendedRequest
public final class PasswordModifyRequest extends Object implements 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPASSWORD_MODIFY_OID
-
Constructor Summary
Constructors Constructor Description PasswordModifyRequest(String userIdentity, String oldPassword, String newPassword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedResponsecreateExtendedResponse(String id, byte[] berValue, int offset, int length)byte[]getEncodedValue()StringgetID()
-
-
-
Field Detail
-
PASSWORD_MODIFY_OID
public static final String PASSWORD_MODIFY_OID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getID
public String getID()
- Specified by:
getIDin interfaceExtendedRequest
-
getEncodedValue
public byte[] getEncodedValue()
- Specified by:
getEncodedValuein interfaceExtendedRequest
-
createExtendedResponse
public ExtendedResponse createExtendedResponse(String id, byte[] berValue, int offset, int length)
- Specified by:
createExtendedResponsein interfaceExtendedRequest
-
-