public class NullTrustManagerProvider extends TrustManagerProvider<TrustManagerProviderCfg>
Constructor and Description |
---|
NullTrustManagerProvider()
Creates a new instance of this null trust manager provider.
|
Modifier and Type | Method and Description |
---|---|
void |
finalizeTrustManagerProvider()
Performs any finalization that may be necessary for this trust manager
provider.
|
TrustManager[] |
getTrustManagers()
Retrieves a
TrustManager object that may be used for
interactions requiring access to a trust manager. |
void |
initializeTrustManagerProvider(TrustManagerProviderCfg configuration)
Initializes this trust manager provider based on the information
in the provided configuration entry.
|
isConfigurationAcceptable
public NullTrustManagerProvider()
initializeTrustManagerProvider
method must be called on the
resulting object before it may be used.public void initializeTrustManagerProvider(TrustManagerProviderCfg configuration) throws org.forgerock.opendj.config.server.ConfigException, InitializationException
initializeTrustManagerProvider
in class TrustManagerProvider<TrustManagerProviderCfg>
configuration
- The configuration to use for this trust
manager provider.org.forgerock.opendj.config.server.ConfigException
- If an unrecoverable problem arises in
the process of performing the
initialization as a result of the
server configuration.InitializationException
- If a problem occurs during
initialization that is not
related to the server
configuration.public void finalizeTrustManagerProvider()
finalizeTrustManagerProvider
in class TrustManagerProvider<TrustManagerProviderCfg>
public TrustManager[] getTrustManagers() throws DirectoryException
TrustManager
object that may be used for
interactions requiring access to a trust manager.getTrustManagers
in class TrustManagerProvider<TrustManagerProviderCfg>
TrustManager
object that may be used for
interactions requiring access to a trust manager.DirectoryException
- If a problem occurs while attempting to obtain
the set of trust managers.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.