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