com.netscape.jndi.ldap.controls
public class NetscapeControlFactory extends ControlFactory
Method Summary | |
---|---|
Control | getControlInstance(Control ctrl)
Creates a control using this control factory |
static Control | getControlInstance(LDAPControl rawCtrl)
Create a JNDI control from a raw ldapjdk control |
Parameters: ctrl A non-null control.
Returns: A possibly null Control.
Throws: NamingException If ctrl contains invalid data that prevents it from being used to create a control.
Parameters: rawCtrl A non-null control.
Returns: A possibly null Control.
Throws: NamingException If ctrl contains invalid data that prevents it from being used to create a control.