public class UnboundIDControlHandler extends Object implements ControlHandler<com.unboundid.ldap.sdk.Control>
Constructor and Description |
---|
UnboundIDControlHandler() |
Modifier and Type | Method and Description |
---|---|
Class<com.unboundid.ldap.sdk.Control> |
getControlType()
Returns the type of control that is handled.
|
String |
getOID(com.unboundid.ldap.sdk.Control control)
Returns the OID of the supplied control.
|
com.unboundid.ldap.sdk.Control |
handleRequest(RequestControl requestControl)
Converts the supplied control to a provider specific request control.
|
ResponseControl |
handleResponse(com.unboundid.ldap.sdk.Control responseControl)
Converts the supplied provider control to a response control.
|
public Class<com.unboundid.ldap.sdk.Control> getControlType()
ControlHandler
getControlType
in interface ControlHandler<com.unboundid.ldap.sdk.Control>
public String getOID(com.unboundid.ldap.sdk.Control control)
ControlHandler
getOID
in interface ControlHandler<com.unboundid.ldap.sdk.Control>
control
- to return oid forpublic com.unboundid.ldap.sdk.Control handleRequest(RequestControl requestControl)
ControlHandler
handleRequest
in interface ControlHandler<com.unboundid.ldap.sdk.Control>
requestControl
- to convertpublic ResponseControl handleResponse(com.unboundid.ldap.sdk.Control responseControl)
ControlHandler
handleResponse
in interface ControlHandler<com.unboundid.ldap.sdk.Control>
responseControl
- to convertCopyright © 2003-2019 Virginia Tech. All Rights Reserved.