Uses of Interface
org.openehealth.ipf.commons.audit.handler.AuditExceptionHandler
Package
Description
-
Uses of AuditExceptionHandler in org.openehealth.ipf.boot.atna
Modifier and TypeMethodDescriptionIpfAtnaAutoConfiguration.auditExceptionHandler
(IpfAtnaConfigurationProperties config) Modifier and TypeMethodDescriptionClass
<? extends AuditExceptionHandler> IpfAtnaConfigurationProperties.getAuditExceptionHandlerClass()
Sets the exception handler in case auditing failsModifier and TypeMethodDescriptionIpfAtnaAutoConfiguration.auditContext
(IpfAtnaConfigurationProperties config, AuditContextCustomizer auditContextCustomizer, AuditTransmissionProtocol auditTransmissionProtocol, AuditMessageQueue auditMessageQueue, TlsParameters tlsParameters, AuditMetadataProvider auditMetadataProvider, AuditExceptionHandler auditExceptionHandler, AuditMessagePostProcessor auditMessagePostProcessor, WsAuditDatasetEnricher wsAuditDatasetEnricher, FhirAuditDatasetEnricher fhirAuditDatasetEnricher, String appName) Modifier and TypeMethodDescriptionvoid
IpfAtnaConfigurationProperties.setAuditExceptionHandlerClass
(Class<? extends AuditExceptionHandler> auditExceptionHandlerClass) Sets the exception handler in case auditing fails -
Uses of AuditExceptionHandler in org.openehealth.ipf.commons.audit
Modifier and TypeMethodDescriptionAuditContext.getAuditExceptionHandler()
DefaultAuditContext.getAuditExceptionHandler()
Modifier and TypeMethodDescriptionvoid
DefaultAuditContext.setAuditExceptionHandler
(AuditExceptionHandler auditExceptionHandler) -
Uses of AuditExceptionHandler in org.openehealth.ipf.commons.audit.handler
Modifier and TypeClassDescriptionclass
Example implementation of an audit exception handler