Class HttpsKeystoreCertificateClientLoader
java.lang.Object
com.exclamationlabs.connid.base.connector.authenticator.client.HttpsKeystoreCertificateClientLoader
- All Implemented Interfaces:
SecureClientLoader
public class HttpsKeystoreCertificateClientLoader extends Object implements SecureClientLoader
Workhorse to create a secure HttpClient using a supplied KeyStore.
-
Constructor Summary
Constructors Constructor Description HttpsKeystoreCertificateClientLoader()
-
Method Summary
Modifier and Type Method Description Set<ConnectorProperty>
getRequiredPropertyNames()
org.apache.http.client.HttpClient
load(BaseConnectorConfiguration configuration, KeyStore keyStore)
-
Constructor Details
-
HttpsKeystoreCertificateClientLoader
public HttpsKeystoreCertificateClientLoader()
-
-
Method Details
-
getRequiredPropertyNames
- Specified by:
getRequiredPropertyNames
in interfaceSecureClientLoader
-
load
public org.apache.http.client.HttpClient load(BaseConnectorConfiguration configuration, KeyStore keyStore) throws org.identityconnectors.framework.common.exceptions.ConnectorSecurityException- Specified by:
load
in interfaceSecureClientLoader
- Throws:
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
-