Interface KeyStoreLoader
- All Known Implementing Classes:
PFXKeyStoreLoader
public interface KeyStoreLoader
A KeyStoreLoader can be used to load a KeyStore (of various kinds), given
configuration information.
-
Method Summary
Modifier and Type Method Description Set<ConnectorProperty>
getRequiredPropertyNames()
KeyStore
load(BaseConnectorConfiguration configuration)
-
Method Details
-
getRequiredPropertyNames
Set<ConnectorProperty> getRequiredPropertyNames() -
load
KeyStore load(BaseConnectorConfiguration configuration) throws org.identityconnectors.framework.common.exceptions.ConnectorSecurityException- Throws:
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
-