Package org.openehealth.ipf.boot.atna
Class IpfAtnaConfigurationProperties
java.lang.Object
org.openehealth.ipf.boot.atna.IpfAtnaConfigurationProperties
@ConfigurationProperties(prefix="ipf.atna")
public class IpfAtnaConfigurationProperties
extends Object
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEnterprise Site IdClass<? extends AuditExceptionHandler>
Sets the exception handler in case auditing failsClass<? extends AuditMessagePostProcessor>
Sets the Audit Message Postprocessor classClass<? extends AuditMessageQueue>
Sets the Audit Message Queue class to be used for sending ATNA recordsSets the host of the audit repository.int
Sets the port of the audit repository.Sets the Audit transport (UDP, TLS)Class<? extends AuditTransmissionProtocol>
Sets the Audit Sender class to be used for sending ATNA recordsgetBalp()
boolean
boolean
void
setAuditEnabled
(boolean auditEnabled) void
setAuditEnterpriseSiteId
(String auditEnterpriseSiteId) Enterprise Site Idvoid
setAuditExceptionHandlerClass
(Class<? extends AuditExceptionHandler> auditExceptionHandlerClass) Sets the exception handler in case auditing failsvoid
setAuditMessagePostProcessorClass
(Class<? extends AuditMessagePostProcessor> auditMessagePostProcessorClass) Sets the Audit Message Postprocessor classvoid
setAuditQueueClass
(Class<? extends AuditMessageQueue> auditQueueClass) Sets the Audit Message Queue class to be used for sending ATNA recordsvoid
setAuditRepositoryHost
(String auditRepositoryHost) Sets the host of the audit repository.void
setAuditRepositoryPort
(int auditRepositoryPort) Sets the port of the audit repository.void
setAuditRepositoryTransport
(String auditRepositoryTransport) Sets the Audit transport (UDP, TLS)void
setAuditSenderClass
(Class<? extends AuditTransmissionProtocol> auditSenderClass) Sets the Audit Sender class to be used for sending ATNA recordsvoid
setAuditSendingApplication
(String auditSendingApplication) void
setAuditSourceId
(String auditSourceId) void
setAuditSourceType
(AuditSource auditSourceType) void
setAuditValueIfMissing
(String auditValueIfMissing) void
void
setIncludeParticipantsFromResponse
(boolean includeParticipantsFromResponse)
-
Constructor Details
-
IpfAtnaConfigurationProperties
public IpfAtnaConfigurationProperties()
-
-
Method Details
-
isAuditEnabled
public boolean isAuditEnabled() -
setAuditEnabled
public void setAuditEnabled(boolean auditEnabled) -
getAuditSourceType
-
setAuditSourceType
-
getAuditSourceId
-
setAuditSourceId
-
getAuditSendingApplication
-
setAuditSendingApplication
-
getAuditRepositoryTransport
Sets the Audit transport (UDP, TLS) -
setAuditRepositoryTransport
Sets the Audit transport (UDP, TLS) -
getAuditRepositoryHost
Sets the host of the audit repository. Deprecated, set ipf.atna.audit-repository-host -
setAuditRepositoryHost
Sets the host of the audit repository. Deprecated, set ipf.atna.audit-repository-host -
getAuditRepositoryPort
public int getAuditRepositoryPort()Sets the port of the audit repository. Deprecated, set ipf.atna.audit-repository-port -
setAuditRepositoryPort
public void setAuditRepositoryPort(int auditRepositoryPort) Sets the port of the audit repository. Deprecated, set ipf.atna.audit-repository-port -
getAuditEnterpriseSiteId
Enterprise Site Id -
setAuditEnterpriseSiteId
Enterprise Site Id -
getAuditQueueClass
Sets the Audit Message Queue class to be used for sending ATNA records -
setAuditQueueClass
Sets the Audit Message Queue class to be used for sending ATNA records -
getAuditMessagePostProcessorClass
Sets the Audit Message Postprocessor class -
setAuditMessagePostProcessorClass
public void setAuditMessagePostProcessorClass(Class<? extends AuditMessagePostProcessor> auditMessagePostProcessorClass) Sets the Audit Message Postprocessor class -
getAuditSenderClass
Sets the Audit Sender class to be used for sending ATNA records -
setAuditSenderClass
Sets the Audit Sender class to be used for sending ATNA records -
getAuditExceptionHandlerClass
Sets the exception handler in case auditing fails -
setAuditExceptionHandlerClass
public void setAuditExceptionHandlerClass(Class<? extends AuditExceptionHandler> auditExceptionHandlerClass) Sets the exception handler in case auditing fails -
isIncludeParticipantsFromResponse
public boolean isIncludeParticipantsFromResponse() -
setIncludeParticipantsFromResponse
public void setIncludeParticipantsFromResponse(boolean includeParticipantsFromResponse) -
getAuditValueIfMissing
-
setAuditValueIfMissing
-
getBalp
-
setBalp
-