public final class PasswordModifyRequest extends Object implements ExtendedRequest
Can be directed at any LDAP server that supports the Password Modify Extended Operation.
| Modifier and Type | Field and Description |
|---|---|
static String |
PASSWORD_MODIFY_OID |
| Constructor and Description |
|---|
PasswordModifyRequest(String userIdentity,
String oldPassword,
String newPassword) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedResponse |
createExtendedResponse(String id,
byte[] berValue,
int offset,
int length) |
byte[] |
getEncodedValue() |
String |
getID() |
public static final String PASSWORD_MODIFY_OID
public String getID()
getID in interface ExtendedRequestpublic byte[] getEncodedValue()
getEncodedValue in interface ExtendedRequestpublic ExtendedResponse createExtendedResponse(String id, byte[] berValue, int offset, int length)
createExtendedResponse in interface ExtendedRequestCopyright © 2021 JBoss by Red Hat. All rights reserved.