org.ldaptive.provider.opendj
Class OpenDJControlHandler

java.lang.Object
  extended by org.ldaptive.provider.opendj.OpenDJControlHandler
All Implemented Interfaces:
org.ldaptive.provider.ControlHandler<org.forgerock.opendj.ldap.controls.Control>

public class OpenDJControlHandler
extends Object
implements org.ldaptive.provider.ControlHandler<org.forgerock.opendj.ldap.controls.Control>

OpenDJ control handler.

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

Constructor Summary
OpenDJControlHandler()
           
 
Method Summary
 String getOID(org.forgerock.opendj.ldap.controls.Control control)
          
 org.forgerock.opendj.ldap.controls.Control handleRequest(org.ldaptive.control.RequestControl requestControl)
          
 org.ldaptive.control.ResponseControl handleResponse(org.forgerock.opendj.ldap.controls.Control responseControl)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenDJControlHandler

public OpenDJControlHandler()
Method Detail

getOID

public String getOID(org.forgerock.opendj.ldap.controls.Control control)

Specified by:
getOID in interface org.ldaptive.provider.ControlHandler<org.forgerock.opendj.ldap.controls.Control>

handleRequest

public org.forgerock.opendj.ldap.controls.Control handleRequest(org.ldaptive.control.RequestControl requestControl)

Specified by:
handleRequest in interface org.ldaptive.provider.ControlHandler<org.forgerock.opendj.ldap.controls.Control>

handleResponse

public org.ldaptive.control.ResponseControl handleResponse(org.forgerock.opendj.ldap.controls.Control responseControl)

Specified by:
handleResponse in interface org.ldaptive.provider.ControlHandler<org.forgerock.opendj.ldap.controls.Control>


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