public class BlindTrustManagerProvider extends TrustManagerProvider<BlindTrustManagerProviderCfg>
Constructor and Description |
---|
BlindTrustManagerProvider()
Creates a new instance of this blind 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 set of
TrustManager objects that may be used for interactions requiring access to a trust
manager. |
void |
initializeTrustManagerProvider(BlindTrustManagerProviderCfg configuration)
Initializes this trust manager provider based on the information in the provided configuration entry.
|
isConfigurationAcceptable
public BlindTrustManagerProvider()
initializeTrustManagerProvider
method must be called on the resulting object before it may be used.public void initializeTrustManagerProvider(BlindTrustManagerProviderCfg configuration) throws ConfigException, InitializationException
TrustManagerProvider
initializeTrustManagerProvider
in class TrustManagerProvider<BlindTrustManagerProviderCfg>
configuration
- The configuration to use for this trust manager provider.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()
TrustManagerProvider
finalizeTrustManagerProvider
in class TrustManagerProvider<BlindTrustManagerProviderCfg>
public TrustManager[] getTrustManagers() throws LdapException
TrustManagerProvider
TrustManager
objects that may be used for interactions requiring access to a trust
manager.getTrustManagers
in class TrustManagerProvider<BlindTrustManagerProviderCfg>
TrustManager
objects that may be used for interactions requiring access to a trust
manager.LdapException
- If a problem occurs while attempting to obtain the set of trust managers.Copyright 2010-2022 ForgeRock AS.