Java™ Platform
Standard Ed. 6

Uses of Interface
javax.naming.ldap.LdapContext

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

Uses of LdapContext in javax.naming.ldap
 

Classes in javax.naming.ldap that implement LdapContext
 class InitialLdapContext
          This class is the starting context for performing LDAPv3-style extended operations and controls.
 

Methods in javax.naming.ldap that return LdapContext
 LdapContext LdapContext.newInstance(Control[] requestControls)
          Creates a new instance of this context initialized using request controls.
 LdapContext InitialLdapContext.newInstance(Control[] reqCtls)
           
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.