org.ldaptive.extended
Class PasswordModifyOperation

java.lang.Object
  extended by org.ldaptive.AbstractOperation<PasswordModifyRequest,Credential>
      extended by org.ldaptive.extended.PasswordModifyOperation
All Implemented Interfaces:
Operation<PasswordModifyRequest,Credential>

public class PasswordModifyOperation
extends AbstractOperation<PasswordModifyRequest,Credential>

Executes an ldap password modify operation. See RFC 3062.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ldaptive.AbstractOperation
AbstractOperation.ReopenOperationExceptionHandler
 
Field Summary
 
Fields inherited from class org.ldaptive.AbstractOperation
logger
 
Constructor Summary
PasswordModifyOperation(Connection conn)
          Creates a new password modify operation.
 
Method Summary
protected  Response<Credential> invoke(PasswordModifyRequest request)
          Call the provider specific implementation of this ldap operation.
 
Methods inherited from class org.ldaptive.AbstractOperation
execute, executeHandlers, getConnection, getOperationExceptionHandler, getOperationResponseHandlers, setOperationExceptionHandler, setOperationResponseHandlers, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordModifyOperation

public PasswordModifyOperation(Connection conn)
Creates a new password modify operation.

Parameters:
conn - connection
Method Detail

invoke

protected Response<Credential> invoke(PasswordModifyRequest request)
                               throws LdapException
Call the provider specific implementation of this ldap operation.

Specified by:
invoke in class AbstractOperation<PasswordModifyRequest,Credential>
Parameters:
request - ldap request
Returns:
ldap response
Throws:
LdapException - if the invocation fails


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.