Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends TrustManagerProviderCfgClient,? extends TrustManagerProviderCfg> |
TrustManagerProviderCfgClient.definition()
Get the configuration definition associated with this Trust Manager Provider.
|
Modifier and Type | Method and Description |
---|---|
<C extends TrustManagerProviderCfgClient> |
RootCfgClient.createTrustManagerProvider(ManagedObjectDefinition<C,? extends TrustManagerProviderCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Trust Manager Provider.
|
Modifier and Type | Method and Description |
---|---|
TrustManagerProviderCfg |
TrustManagerProviderCfgDefn.createServerConfiguration(ServerManagedObject<? extends TrustManagerProviderCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
TrustManagerProviderCfg |
TrustManagerProviderCfgDefn.createServerConfiguration(ServerManagedObject<? extends TrustManagerProviderCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlindTrustManagerProviderCfg
A server-side interface for querying Blind Trust Manager Provider
settings.
|
interface |
FileBasedTrustManagerProviderCfg
A server-side interface for querying File Based Trust Manager
Provider settings.
|
Modifier and Type | Method and Description |
---|---|
TrustManagerProviderCfg |
RootCfg.getTrustManagerProvider(String name)
Gets the named Trust Manager Provider.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends TrustManagerProviderCfg> |
TrustManagerProviderCfg.configurationClass()
Gets the configuration class associated with this Trust Manager Provider.
|
Modifier and Type | Method and Description |
---|---|
void |
TrustManagerProviderCfg.addChangeListener(ConfigurationChangeListener<TrustManagerProviderCfg> listener)
Register to be notified when this Trust Manager Provider is changed.
|
void |
RootCfg.addTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg> listener)
Registers to be notified when new Trust Manager Providers are added.
|
void |
RootCfg.addTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg> listener)
Registers to be notified when existing Trust Manager Providers are deleted.
|
void |
TrustManagerProviderCfg.removeChangeListener(ConfigurationChangeListener<TrustManagerProviderCfg> listener)
Deregister an existing Trust Manager Provider configuration change listener.
|
void |
RootCfg.removeTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg> listener)
Deregisters an existing Trust Manager Provider configuration add listener.
|
void |
RootCfg.removeTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg> listener)
Deregisters an existing Trust Manager Provider configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
TrustManagerProvider<T extends TrustManagerProviderCfg>
This class defines an API that may be used to obtain a set of
javax.net.ssl.TrustManager objects for use when performing
SSL/StartTLS negotiation. |
Modifier and Type | Method and Description |
---|---|
boolean |
TrustManagerProvider.isConfigurationAcceptable(TrustManagerProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this trust manager provider.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.config.server.ConfigChangeResult |
TrustManagerProviderConfigManager.applyConfigurationAdd(TrustManagerProviderCfg configuration)
Adds a new configuration to this add listener.
|
org.forgerock.opendj.config.server.ConfigChangeResult |
TrustManagerProviderConfigManager.applyConfigurationChange(TrustManagerProviderCfg configuration)
Applies the configuration changes to this change listener.
|
org.forgerock.opendj.config.server.ConfigChangeResult |
TrustManagerProviderConfigManager.applyConfigurationDelete(TrustManagerProviderCfg configuration)
Deletes an existing configuration from this delete listener.
|
boolean |
TrustManagerProviderConfigManager.isConfigurationAddAcceptable(TrustManagerProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is
acceptable to this add listener.
|
boolean |
TrustManagerProviderConfigManager.isConfigurationChangeAcceptable(TrustManagerProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
TrustManagerProviderConfigManager.isConfigurationDeleteAcceptable(TrustManagerProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing
configuration is acceptable to this delete listener.
|
Modifier and Type | Method and Description |
---|---|
void |
NullTrustManagerProvider.initializeTrustManagerProvider(TrustManagerProviderCfg configuration)
Initializes this trust manager provider based on the information
in the provided configuration entry.
|
boolean |
FileBasedTrustManagerProvider.isConfigurationAcceptable(TrustManagerProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this trust manager provider.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.