Class Apache5FhirRestTLSAuditRecordSender
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.audit.protocol.AbstractFhirRestTLSAuditRecordSender
org.openehealth.ipf.commons.ihe.fhir.audit.protocol.Apache5FhirRestTLSAuditRecordSender
- All Implemented Interfaces:
AuditTransmissionProtocol
-
Field Summary
Fields inherited from interface org.openehealth.ipf.commons.audit.protocol.AuditTransmissionProtocol
HTTPS_CIPHERSUITES, JAVAX_NET_DEBUG, JAVAX_NET_SSL_KEYSTORE, JAVAX_NET_SSL_KEYSTORE_PASSWORD, JAVAX_NET_SSL_KEYSTORE_TYPE, JAVAX_NET_SSL_TRUSTSTORE, JAVAX_NET_SSL_TRUSTSTORE_PASSWORD, JAVAX_NET_SSL_TRUSTSTORE_TYPE, JAVAX_TLS_CLIENT_CIPHERSUITES, JAVAX_TLS_SERVER_CIPHERSUITES, JDK_TLS_CLIENT_PROTOCOLS -
Constructor Summary
ConstructorsConstructorDescriptionApache5FhirRestTLSAuditRecordSender(FhirContext context, String baseUrl) Apache5FhirRestTLSAuditRecordSender(RestfulClientFactory restfulClientFactory, String baseUrl) Apache5FhirRestTLSAuditRecordSender(TlsParameters tlsParameters) -
Method Summary
Modifier and TypeMethodDescriptionprotected SslAwareAbstractRestfulClientFactory<?> createSslAwareClientFactory(FhirContext fhirContext) Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.audit.protocol.AbstractFhirRestTLSAuditRecordSender
send, shutdownMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openehealth.ipf.commons.audit.protocol.AuditTransmissionProtocol
send
-
Constructor Details
-
Apache5FhirRestTLSAuditRecordSender
-
Apache5FhirRestTLSAuditRecordSender
public Apache5FhirRestTLSAuditRecordSender(RestfulClientFactory restfulClientFactory, String baseUrl) -
Apache5FhirRestTLSAuditRecordSender
-
-
Method Details
-
createSslAwareClientFactory
protected SslAwareAbstractRestfulClientFactory<?> createSslAwareClientFactory(FhirContext fhirContext) - Specified by:
createSslAwareClientFactoryin classAbstractFhirRestTLSAuditRecordSender
-
getTransportName
- Returns:
- name of the AuditTransmissionProtocol
-