API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.naming.ldap. ControlFactory View Source
Author(s)
Rosanna Lee
Scott Seligman
Vincent Ryan
Since
1.3
Version
1.13 05/11/17
Serial
Hierarchy
 Object
      ControlFactory
Implements
Subclasses
Description
publicabstract abstract class ControlFactory
  This abstract class represents a factory for creating LDAPv3 controls.
See also:    Control
Constructors
protected ControlFactory ()
Methods
Hide/Show inherited methods
publicabstract Control getControlInstance (Control ctl) throws NamingException
  Creates a control using this control factory.
publicstatic Control getControlInstance (Control ctl, Context ctx, Hashtable<Object, Object> env) throws NamingException
  Creates a control using known control factories.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar