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 KeyManagerProviderCfgClient,? extends KeyManagerProviderCfg> |
KeyManagerProviderCfgClient.definition()
Get the configuration definition associated with this Key Manager Provider.
|
Modifier and Type | Method and Description |
---|---|
<C extends KeyManagerProviderCfgClient> |
RootCfgClient.createKeyManagerProvider(ManagedObjectDefinition<C,? extends KeyManagerProviderCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Key Manager Provider.
|
Modifier and Type | Method and Description |
---|---|
KeyManagerProviderCfg |
KeyManagerProviderCfgDefn.createServerConfiguration(ServerManagedObject<? extends KeyManagerProviderCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
KeyManagerProviderCfg |
KeyManagerProviderCfgDefn.createServerConfiguration(ServerManagedObject<? extends KeyManagerProviderCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileBasedKeyManagerProviderCfg
A server-side interface for querying File Based Key Manager
Provider settings.
|
interface |
PKCS11KeyManagerProviderCfg
A server-side interface for querying PKCS11 Key Manager Provider
settings.
|
Modifier and Type | Method and Description |
---|---|
KeyManagerProviderCfg |
RootCfg.getKeyManagerProvider(String name)
Gets the named Key Manager Provider.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends KeyManagerProviderCfg> |
KeyManagerProviderCfg.configurationClass()
Gets the configuration class associated with this Key Manager Provider.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyManagerProviderCfg.addChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg> listener)
Register to be notified when this Key Manager Provider is changed.
|
void |
RootCfg.addKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg> listener)
Registers to be notified when new Key Manager Providers are added.
|
void |
RootCfg.addKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg> listener)
Registers to be notified when existing Key Manager Providers are deleted.
|
void |
KeyManagerProviderCfg.removeChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg> listener)
Deregister an existing Key Manager Provider configuration change listener.
|
void |
RootCfg.removeKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg> listener)
Deregisters an existing Key Manager Provider configuration add listener.
|
void |
RootCfg.removeKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg> listener)
Deregisters an existing Key Manager Provider configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyManagerProvider<T extends KeyManagerProviderCfg>
This class defines an API that may be used to obtain a set of
javax.net.ssl.KeyManager objects for use when performing
SSL communication. |
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
KeyManagerProviderConfigManager.applyConfigurationAdd(KeyManagerProviderCfg configuration)
Adds a new configuration to this add listener.
|
ConfigChangeResult |
KeyManagerProviderConfigManager.applyConfigurationChange(KeyManagerProviderCfg configuration)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
KeyManagerProviderConfigManager.applyConfigurationDelete(KeyManagerProviderCfg configuration)
Deletes an existing configuration from this delete listener.
|
boolean |
KeyManagerProviderConfigManager.isConfigurationAddAcceptable(KeyManagerProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is
acceptable to this add listener.
|
boolean |
KeyManagerProviderConfigManager.isConfigurationChangeAcceptable(KeyManagerProviderCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
KeyManagerProviderConfigManager.isConfigurationDeleteAcceptable(KeyManagerProviderCfg 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 |
NullKeyManagerProvider.initializeKeyManagerProvider(KeyManagerProviderCfg configuration)
Initializes this key manager provider based on the information in
the provided key manager provider configuration.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.