Class ApacheFhirRestTLSAuditRecordSender
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.audit.protocol.AbstractFhirRestTLSAuditRecordSender
org.openehealth.ipf.commons.ihe.fhir.audit.protocol.ApacheFhirRestTLSAuditRecordSender
- All Implemented Interfaces:
AuditTransmissionProtocol
@Deprecated(forRemoval=true,
since="5.0.0")
public class ApacheFhirRestTLSAuditRecordSender
extends AbstractFhirRestTLSAuditRecordSender
Deprecated, for removal: This API element is subject to removal in a future version.
-
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
ConstructorDescriptionApacheFhirRestTLSAuditRecordSender
(FhirContext context, String baseUrl) Deprecated, for removal: This API element is subject to removal in a future version.ApacheFhirRestTLSAuditRecordSender
(RestfulClientFactory restfulClientFactory, String baseUrl) Deprecated, for removal: This API element is subject to removal in a future version.ApacheFhirRestTLSAuditRecordSender
(TlsParameters tlsParameters) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected SslAwareAbstractRestfulClientFactory
<?> createSslAwareClientFactory
(FhirContext fhirContext) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.audit.protocol.AbstractFhirRestTLSAuditRecordSender
send, shutdown
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.audit.protocol.AuditTransmissionProtocol
send
-
Constructor Details
-
ApacheFhirRestTLSAuditRecordSender
Deprecated, for removal: This API element is subject to removal in a future version. -
ApacheFhirRestTLSAuditRecordSender
public ApacheFhirRestTLSAuditRecordSender(RestfulClientFactory restfulClientFactory, String baseUrl) Deprecated, for removal: This API element is subject to removal in a future version. -
ApacheFhirRestTLSAuditRecordSender
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createSslAwareClientFactory
protected SslAwareAbstractRestfulClientFactory<?> createSslAwareClientFactory(FhirContext fhirContext) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createSslAwareClientFactory
in classAbstractFhirRestTLSAuditRecordSender
-
getTransportName
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- name of the AuditTransmissionProtocol
-
Apache5FhirRestTLSAuditRecordSender
instead