public interface KeyStoreConfigurationManager
KeyStoreConfigurationManager configManager; KeyStoreConfiguration ksc = configManager.getKeyStoreConfiguration("default"); KeyStore keyStore = ksc.loadKeyStore(); // use keystore
KeyStoreConfigurationManagerImpl
Modifier and Type | Method and Description |
---|---|
KeyStoreConfiguration |
getKeyStoreConfiguration(String name)
Return the KeyStore configuration for the given symbolic name.
|
KeyStoreConfiguration getKeyStoreConfiguration(String name)
name
- The name of the keystore configuration. example: default, saml2, hsm, test-keystoreCopyright © 2010-2018, ForgeRock All Rights Reserved.