public class PwdModifyHandler extends Object implements ExtendedOperationHandler<org.apache.directory.api.ldap.extras.extended.PwdModifyRequest,org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
EXTENSION_OIDS |
| Constructor and Description |
|---|
PwdModifyHandler() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExtensionOids()
The OIDs of the extensions supported by this handler.
|
String |
getOid()
Returns the EXTENSION_OID of the extended request this handler can handle.
|
static org.apache.directory.api.ldap.extras.extended.PwdModifyResponse |
getPwdModifyResponse() |
void |
handleExtendedOperation(LdapSession requestor,
org.apache.directory.api.ldap.extras.extended.PwdModifyRequest req)
Handles the specified extended operation.
|
void |
setLdapServer(LdapServer ldapServer)
Sets the LDAP server for this extendedOperation handler.
|
public String getOid()
getOid in interface ExtendedOperationHandler<org.apache.directory.api.ldap.extras.extended.PwdModifyRequest,org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>public void handleExtendedOperation(LdapSession requestor, org.apache.directory.api.ldap.extras.extended.PwdModifyRequest req) throws Exception
handleExtendedOperation in interface ExtendedOperationHandler<org.apache.directory.api.ldap.extras.extended.PwdModifyRequest,org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>requestor - the session object related with current connectionreq - the LDAP Extended operation requestException - if failed to handle the operationpublic static org.apache.directory.api.ldap.extras.extended.PwdModifyResponse getPwdModifyResponse()
public Set<String> getExtensionOids()
getExtensionOids in interface ExtendedOperationHandler<org.apache.directory.api.ldap.extras.extended.PwdModifyRequest,org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>public void setLdapServer(LdapServer ldapServer)
setLdapServer in interface ExtendedOperationHandler<org.apache.directory.api.ldap.extras.extended.PwdModifyRequest,org.apache.directory.api.ldap.extras.extended.PwdModifyResponse>ldapServer - the ldap protocol serverCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.