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.