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() |
String |
getOID(com.unboundid.ldap.sdk.Control control) |
com.unboundid.ldap.sdk.Control |
handleRequest(RequestControl requestControl) |
ResponseControl |
handleResponse(com.unboundid.ldap.sdk.Control responseControl) |
public Class<com.unboundid.ldap.sdk.Control> getControlType()
getControlType in interface ControlHandler<com.unboundid.ldap.sdk.Control>public String getOID(com.unboundid.ldap.sdk.Control control)
getOID in interface ControlHandler<com.unboundid.ldap.sdk.Control>public com.unboundid.ldap.sdk.Control handleRequest(RequestControl requestControl)
handleRequest in interface ControlHandler<com.unboundid.ldap.sdk.Control>public ResponseControl handleResponse(com.unboundid.ldap.sdk.Control responseControl)
handleResponse in interface ControlHandler<com.unboundid.ldap.sdk.Control>Copyright © 2003-2019 Virginia Tech. All Rights Reserved.