| Package | Description |
|---|---|
| org.opends.guitools.controlpanel.browser |
Defines the main classes that are you used by the entry browser of the
Control Panel.
|
| org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionWithControls |
BrowserController.findConnectionForDisplayedEntry(BasicNode node)
Return the LDAP connection to search the displayed entry (which can be the
local or remote entry).
|
ConnectionWithControls |
BrowserController.getConfigurationConnection()
Return the connection for accessing the directory configuration.
|
ConnectionWithControls |
LDAPConnectionPool.getConnection(LDAPURL ldapUrl)
Returns an LDAPConnection for accessing the specified url.
|
ConnectionWithControls |
BrowserController.getUserDataConnection()
Return the connection for accessing the directory user data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPConnectionPool.releaseConnection(ConnectionWithControls conn)
Release an LDAPConnection created by getConnection().
|
| Constructor and Description |
|---|
LDAPEntryReader(org.forgerock.opendj.ldap.DN dn,
ConnectionWithControls conn)
Constructor of the entry reader.
|
Copyright © 2010-2020 Wren Security. All Rights Reserved.