Interface LdapConnection
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DefaultLdapConnection
public interface LdapConnection extends AutoCloseable
- Author:
- Olivier Lamy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()List<Rdn>getBaseDnRdns()LdapConnectionConfigurationgetConfiguration()DirContextgetDirContext()Hashtable<Object,Object>getEnvironment()
-
-
-
Method Detail
-
getEnvironment
Hashtable<Object,Object> getEnvironment() throws LdapException
- Throws:
LdapException
-
close
void close() throws NamingException
- Specified by:
closein interfaceAutoCloseable- Throws:
NamingException
-
getConfiguration
LdapConnectionConfiguration getConfiguration()
-
getBaseDnRdns
List<Rdn> getBaseDnRdns()
-
getDirContext
DirContext getDirContext()
-
-