public class OpenDJControlHandler extends Object implements ControlHandler<org.forgerock.opendj.ldap.controls.Control>
| Constructor and Description |
|---|
OpenDJControlHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<org.forgerock.opendj.ldap.controls.Control> |
getControlType() |
String |
getOID(org.forgerock.opendj.ldap.controls.Control control) |
org.forgerock.opendj.ldap.controls.Control |
handleRequest(RequestControl requestControl) |
ResponseControl |
handleResponse(org.forgerock.opendj.ldap.controls.Control responseControl) |
public Class<org.forgerock.opendj.ldap.controls.Control> getControlType()
getControlType in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>public String getOID(org.forgerock.opendj.ldap.controls.Control control)
getOID in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>public org.forgerock.opendj.ldap.controls.Control handleRequest(RequestControl requestControl)
handleRequest in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>public ResponseControl handleResponse(org.forgerock.opendj.ldap.controls.Control responseControl)
handleResponse in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>Copyright © 2003-2016 Virginia Tech. All Rights Reserved.