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