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 TrustManagerProvider |
DirectoryServer.getTrustManagerProvider(DN providerDN)
Retrieves the trust manager provider registered with the provided entry DN.
|
Modifier and Type | Method and Description |
---|---|
static Map<DN,TrustManagerProvider> |
DirectoryServer.getTrustManagerProviders()
Retrieves the set of trust manager providers registered with the Directory
Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerTrustManagerProvider(DN providerDN,
TrustManagerProvider provider)
Registers the provided trust manager provider with the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
BlindTrustManagerProvider
This class provides an implementation of a trust manager provider that will
indicate that any certificate presented should be blindly trusted by the
Directory Server.
|
class |
FileBasedTrustManagerProvider
This class defines a trust manager provider that will reference certificates
stored in a file located on the Directory Server filesystem.
|
class |
NullTrustManagerProvider
This class provides an implementation of a trust manager provider that does
not actually have the ability to provide a trust manager.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.