Uses of Interface
org.openehealth.ipf.commons.audit.handler.AuditExceptionHandler
Packages that use AuditExceptionHandler
Package
Description
-
Uses of AuditExceptionHandler in org.openehealth.ipf.boot.atna
Methods in org.openehealth.ipf.boot.atna that return AuditExceptionHandlerModifier and TypeMethodDescriptionIpfAtnaAutoConfiguration.auditExceptionHandler
(IpfAtnaConfigurationProperties config) Methods in org.openehealth.ipf.boot.atna that return types with arguments of type AuditExceptionHandlerModifier and TypeMethodDescriptionClass
<? extends AuditExceptionHandler> IpfAtnaConfigurationProperties.getAuditExceptionHandlerClass()
Sets the exception handler in case auditing failsMethods in org.openehealth.ipf.boot.atna with parameters of type AuditExceptionHandlerModifier 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) Method parameters in org.openehealth.ipf.boot.atna with type arguments of type AuditExceptionHandlerModifier 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
Methods in org.openehealth.ipf.commons.audit that return AuditExceptionHandlerModifier and TypeMethodDescriptionAuditContext.getAuditExceptionHandler()
DefaultAuditContext.getAuditExceptionHandler()
Methods in org.openehealth.ipf.commons.audit with parameters of type AuditExceptionHandlerModifier and TypeMethodDescriptionvoid
DefaultAuditContext.setAuditExceptionHandler
(AuditExceptionHandler auditExceptionHandler) -
Uses of AuditExceptionHandler in org.openehealth.ipf.commons.audit.handler
Classes in org.openehealth.ipf.commons.audit.handler that implement AuditExceptionHandlerModifier and TypeClassDescriptionclass
Example implementation of an audit exception handler