public class JvmTrustManagerProvider extends TrustManagerProvider<TrustManagerProviderCfg>
TrustManagerProvider
which use the JVM truststore.Constructor and Description |
---|
JvmTrustManagerProvider() |
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(TrustManagerProviderCfg configuration)
Initializes this trust manager provider based on the information in the provided configuration entry.
|
isConfigurationAcceptable
public void initializeTrustManagerProvider(TrustManagerProviderCfg configuration) throws InitializationException
TrustManagerProvider
initializeTrustManagerProvider
in class TrustManagerProvider<TrustManagerProviderCfg>
configuration
- The configuration to use for this trust manager provider.InitializationException
- If a problem occurs during initialization that is not related to the server configuration.public void finalizeTrustManagerProvider()
TrustManagerProvider
finalizeTrustManagerProvider
in class TrustManagerProvider<TrustManagerProviderCfg>
public TrustManager[] getTrustManagers()
TrustManagerProvider
TrustManager
objects that may be used for interactions requiring access to a trust
manager.getTrustManagers
in class TrustManagerProvider<TrustManagerProviderCfg>
TrustManager
objects that may be used for interactions requiring access to a trust
manager.Copyright 2010-2022 ForgeRock AS.