LdapContext

Interface LdapContext

All Superinterfaces:
Context, DirContext
All Known Implementing Classes:
InitialLdapContext
public interface LdapContext
extends DirContext

This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style extended operations. For applications that do not require such controls or extended operations, the more generic javax.naming.directory.DirContext should be used instead.

Usage Details About Controls

This interface provides support for LDAP v3 controls. At a high level, this support allows a user program to set request controls for LDAP operations that are