Class FhirSecurityInformation<T>
java.lang.Object
org.openehealth.ipf.commons.ihe.core.SecurityInformation
org.openehealth.ipf.commons.ihe.fhir.translation.FhirSecurityInformation<T>
- Type Parameters:
T
- HttpBuilder class
- Direct Known Subclasses:
SslAwareMethanolRestfulClientFactory.MethanolFhirSecurityInformation
-
Constructor Summary
ConstructorDescriptionFhirSecurityInformation
(boolean secure, SSLContext sslContext, HostnameVerifier hostnameVerifier, String username, String password) -
Method Summary
Methods inherited from class org.openehealth.ipf.commons.ihe.core.SecurityInformation
canEqual, equals, getHostnameVerifier, getPassword, getSslContext, getUsername, hashCode, isSecure, toString
-
Constructor Details
-
FhirSecurityInformation
public FhirSecurityInformation(boolean secure, SSLContext sslContext, HostnameVerifier hostnameVerifier, String username, String password)
-
-
Method Details
-
configureHttpClientBuilder
-