Interface SecureClientLoader
- All Known Implementing Classes:
HttpsKeystoreCertificateClientLoader
public interface SecureClientLoader
A SecureClientLoader can be used to create a secure HttpClient, leveraging
a KeyStore and configuration information.
-
Method Summary
Modifier and Type Method Description Set<ConnectorProperty>
getRequiredPropertyNames()
org.apache.http.client.HttpClient
load(BaseConnectorConfiguration configuration, KeyStore keyStore)
-
Method Details
-
getRequiredPropertyNames
Set<ConnectorProperty> getRequiredPropertyNames() -
load
org.apache.http.client.HttpClient load(BaseConnectorConfiguration configuration, KeyStore keyStore) throws org.identityconnectors.framework.common.exceptions.ConnectorSecurityException- Throws:
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
-