JNDI 1.2

Uses of Interface
javax.naming.ldap.Control

Packages that use Control
javax.naming.ldap Provides support for LDAPv3 extended operations and controls. 
 

Uses of Control in javax.naming.ldap
 

Methods in javax.naming.ldap that return Control
 Control[] LdapContext.getConnectControls()
          Retrieves the connection request controls in effect for this context.
 Control[] LdapContext.getRequestControls()
          Retrieves the request controls in effect for this context.
 Control[] LdapContext.getResponseControls()
          Retrieves the response controls produced as a result of the last method invoked on this context.
 Control[] HasControls.getControls()
          Retrieves an array of Controls from the object that implements this interface.
abstract  Control ControlFactory.getControlInstance(Control ctl)
          Creates a control using this control factory.
static Control ControlFactory.getControlInstance(Control ctl, Context ctx, Hashtable env)
          Creates a control using known control factories.
 Control[] InitialLdapContext.getConnectControls()
          Retrieves the connection request controls in effect for this context.
 Control[] InitialLdapContext.getRequestControls()
          Retrieves the request controls in effect for this context.
 Control[] InitialLdapContext.getResponseControls()
          Retrieves the response controls produced as a result of the last method invoked on this context.
 

Methods in javax.naming.ldap with parameters of type Control
 LdapContext LdapContext.newInstance(Control[] requestControls)
          Creates a new instance of this context initialized using request controls.
 void LdapContext.reconnect(Control[] connCtls)
          Reconnects to the LDAP server using the supplied controls and this context's environment.
 void LdapContext.setRequestControls(Control[] requestControls)
          Sets the request controls for methods subsequently invoked on this context.
abstract  Control ControlFactory.getControlInstance(Control ctl)
          Creates a control using this control factory.
static Control ControlFactory.getControlInstance(Control ctl, Context ctx, Hashtable env)
          Creates a control using known control factories.
 LdapContext InitialLdapContext.newInstance(Control[] reqCtls)
          Creates a new instance of the underlying initial context initialized using request controls.
 void InitialLdapContext.reconnect(Control[] connCtls)
          Reconnects to the LDAP server using this connection request controls and the context's environment.
 void InitialLdapContext.setRequestControls(Control[] requestControls)
          Sets the request controls for methods subsequently invoked on this context.
abstract  Context LdapReferralException.getReferralContext(Hashtable env, Control[] reqCtls)
          Retrieves the context at which to continue the method using request controls and environment properties.
 

Constructors in javax.naming.ldap with parameters of type Control
InitialLdapContext.InitialLdapContext(Hashtable environment, Control[] connCtls)
          Constructs an initial context using environment properties and connection request controls.
 


JNDI 1.2

For more information on JNDI, please see http://java.sun.com/products/jndi