Package | Description |
---|---|
org.opends.admin.ads |
Defines the different classes that are you used to have a read-only view of the configuration of the servers that are
registered in the Administration Directory Server (ADS).
|
org.opends.admin.ads.util |
Defines a set of auxiliary classes and utilities that are used to retrieve the configuration of the servers that are
registered in the Administration Directory Server (ADS).
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.server.admin.client.cli |
Command-line interface code for common client-side administration classes.
|
org.opends.server.util.cli |
Provides a high-level framework for implementing command-line tools.
|
Modifier and Type | Method and Description |
---|---|
ApplicationTrustManager |
TopologyCacheException.getTrustManager()
Returns the ApplicationTrustManager that we were using when this exception was generated.
|
Constructor and Description |
---|
TopologyCache(ADSContext adsContext,
ApplicationTrustManager trustManager,
int timeout)
Constructor of the TopologyCache.
|
TopologyCacheException(TopologyCacheException.Type type,
LdapException e,
ApplicationTrustManager trustManager,
HostPort ldapHostPort)
Constructor for the exception that must be generated when a LdapException occurs.
|
Modifier and Type | Method and Description |
---|---|
ApplicationTrustManager |
ApplicationTrustManager.createCopy()
Creates a copy of this ApplicationTrustManager.
|
Constructor and Description |
---|
ServerLoader(Map<ADSContext.ServerProperty,Object> serverProperties,
Dn dn,
String pwd,
ApplicationTrustManager trustManager,
int timeout,
Set<PreferredConnection> preferredLDAPURLs,
TopologyCacheFilter filter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ApplicationTrustManager |
ControlPanelInfo.getTrustManager()
Returns the trust manager to be used by this ControlPanelInfo (and in general by the control panel).
|
Modifier and Type | Method and Description |
---|---|
void |
ControlPanelInfo.setTrustManager(ApplicationTrustManager trustManager)
Sets the trust manager to be used by this ControlPanelInfo (and in general by the control panel).
|
Modifier and Type | Method and Description |
---|---|
ApplicationTrustManager |
SecureConnectionCliParser.getTrustManager()
Handle TrustStore.
|
ApplicationTrustManager |
SecureConnectionCliArgs.getTrustManager()
Handle TrustStore.
|
Modifier and Type | Method and Description |
---|---|
ApplicationTrustManager |
LDAPConnectionConsoleInteraction.getTrustManager()
Gets the trust manager that should be used for connections based on this interaction.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPConnectionConsoleInteraction.promptForCertificateConfirmation(ApplicationTrustManager trustManager,
HostPort hostPort,
LocalizedLogger logger)
Prompts the user to accept the certificate.
|
Copyright 2010-2018 ForgeRock AS.