Package | Description |
---|---|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
Modifier and Type | Method and Description |
---|---|
static InitialLdapContext |
Utilities.getAdminDirContext(ControlPanelInfo controlInfo,
String bindDN,
String pwd)
Returns the InitialLdapContext to connect to the administration connector
of the server using the information in the ControlCenterInfo object (which
provides the host and administration connector port to be used) and some
LDAP credentials.
|
static InitialLdapContext |
Utilities.getUserDataDirContext(ControlPanelInfo controlInfo,
String bindDN,
String pwd)
Returns the InitialLdapContext to connect to the server using the
information in the ControlCenterInfo object (which provides the host, port
and protocol to be used) and some LDAP credentials.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.