Package | Description |
---|---|
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 |
---|---|
static KeyManagerProvider |
DirectoryServer.getKeyManagerProvider(DN providerDN)
Retrieves the key manager provider registered with the provided entry DN.
|
Modifier and Type | Method and Description |
---|---|
static Map<DN,KeyManagerProvider> |
DirectoryServer.getKeyManagerProviders()
Retrieves the set of key manager providers registered with the Directory
Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerKeyManagerProvider(DN providerDN,
KeyManagerProvider provider)
Registers the provided key manager provider with the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBasedKeyManagerProvider
This class defines a key manager provider that will access keys stored in a
file located on the Directory Server filesystem.
|
class |
NullKeyManagerProvider
This class provides an implementation of a key manager provider that does not
actually have the ability to provide a key manager.
|
class |
PKCS11KeyManagerProvider
This class defines a key manager provider that will access keys stored on a
PKCS#11 device.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.