JavaTM 2 Platform
Std. Ed. v1.4.2_16

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[] InitialLdapContext.getConnectControls()
           
 Control[] InitialLdapContext.getRequestControls()
           
 Control[] InitialLdapContext.getResponseControls()
           
 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.
 

Methods in javax.naming.ldap with parameters of type Control
abstract  Context LdapReferralException.getReferralContext(Hashtable env, Control[] reqCtls)
          Retrieves the context at which to continue the method using request controls and environment properties.
 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.
 LdapContext InitialLdapContext.newInstance(Control[] reqCtls)
           
 void InitialLdapContext.reconnect(Control[] connCtls)
           
 void InitialLdapContext.setRequestControls(Control[] requestControls)
           
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.
 

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


JavaTM 2 Platform
Std. Ed. v1.4.2_16

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.