LdapCtx
LdapCtx is a concrete implementation of the LDAP context used by the Java Naming and Directory Interface (JNDI) LDAP provider. It implements the LDAP-specific interface LdapContext and represents an active connection to an LDAP directory, enabling applications to perform LDAP protocol operations through JNDI.
The class provides access to standard LDAP operations such as searching, reading attributes, adding, deleting, and
LdapCtx is typically used via the JNDI API. Applications obtain a context through an InitialContext with appropriate
In practice, LdapCtx is part of the core JNDI LDAP provider included with the Java platform. It
See also: LdapContext, JNDI, LDAPv3, StartTLS, javax.naming.ldap package.