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()
Returns the type of control that is handled.
|
String |
getOID(org.forgerock.opendj.ldap.controls.Control control)
Returns the OID of the supplied control.
|
org.forgerock.opendj.ldap.controls.Control |
handleRequest(RequestControl requestControl)
Converts the supplied control to a provider specific request control.
|
ResponseControl |
handleResponse(org.forgerock.opendj.ldap.controls.Control responseControl)
Converts the supplied provider control to a response control.
|
public Class<org.forgerock.opendj.ldap.controls.Control> getControlType()
ControlHandler
getControlType
in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>
public String getOID(org.forgerock.opendj.ldap.controls.Control control)
ControlHandler
getOID
in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>
control
- to return oid forpublic org.forgerock.opendj.ldap.controls.Control handleRequest(RequestControl requestControl)
ControlHandler
handleRequest
in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>
requestControl
- to convertpublic ResponseControl handleResponse(org.forgerock.opendj.ldap.controls.Control responseControl)
ControlHandler
handleResponse
in interface ControlHandler<org.forgerock.opendj.ldap.controls.Control>
responseControl
- to convertCopyright © 2003-2019 Virginia Tech. All Rights Reserved.