Package org.ldaptive.provider.opendj
Class OpenDJControlHandler
- java.lang.Object
-
- org.ldaptive.provider.opendj.OpenDJControlHandler
-
- All Implemented Interfaces:
ControlHandler<org.forgerock.opendj.ldap.controls.Control>
public class OpenDJControlHandler extends Object implements ControlHandler<org.forgerock.opendj.ldap.controls.Control>
OpenDJ control handler.
-
-
Constructor Summary
Constructors Constructor Description OpenDJControlHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<org.forgerock.opendj.ldap.controls.Control>getControlType()StringgetOID(org.forgerock.opendj.ldap.controls.Control control)org.forgerock.opendj.ldap.controls.ControlhandleRequest(RequestControl requestControl)ResponseControlhandleResponse(org.forgerock.opendj.ldap.controls.Control responseControl)
-
-
-
Method Detail
-
getControlType
public Class<org.forgerock.opendj.ldap.controls.Control> getControlType()
- Specified by:
getControlTypein interfaceControlHandler<org.forgerock.opendj.ldap.controls.Control>
-
getOID
public String getOID(org.forgerock.opendj.ldap.controls.Control control)
- Specified by:
getOIDin interfaceControlHandler<org.forgerock.opendj.ldap.controls.Control>
-
handleRequest
public org.forgerock.opendj.ldap.controls.Control handleRequest(RequestControl requestControl)
- Specified by:
handleRequestin interfaceControlHandler<org.forgerock.opendj.ldap.controls.Control>
-
handleResponse
public ResponseControl handleResponse(org.forgerock.opendj.ldap.controls.Control responseControl)
- Specified by:
handleResponsein interfaceControlHandler<org.forgerock.opendj.ldap.controls.Control>
-
-