Class ChPpq1ServerAuditStrategy
java.lang.Object
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<ChPpqAuditDataset>
org.openehealth.ipf.commons.ihe.xacml20.chppq1.ChPpq1AuditStrategy
org.openehealth.ipf.commons.ihe.xacml20.chppq1.ChPpq1ServerAuditStrategy
- All Implemented Interfaces:
AuditStrategy<ChPpqAuditDataset>
- Author:
- Dmytro Rud
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmakeAuditMessage
(AuditContext auditContext, ChPpqAuditDataset auditDataset) Constructs anAuditMessage
from a providedAuditDataset
Methods inherited from class org.openehealth.ipf.commons.ihe.xacml20.chppq1.ChPpq1AuditStrategy
createAuditDataset, enrichAuditDatasetFromRequest, enrichAuditDatasetFromResponse, getEventOutcomeIndicator
Methods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport
doAudit, getEventOutcomeDescription, getEventOutcomeIndicator, isAuditableResponse, isServerSide
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.ihe.core.atna.AuditStrategy
enrichAuditDatasetFromResponse, getEventOutcomeDescription
-
Constructor Details
-
ChPpq1ServerAuditStrategy
public ChPpq1ServerAuditStrategy()
-
-
Method Details
-
makeAuditMessage
Description copied from class:AuditStrategySupport
Constructs anAuditMessage
from a providedAuditDataset
- Specified by:
makeAuditMessage
in classAuditStrategySupport<ChPpqAuditDataset>
- Parameters:
auditContext
- audit contextauditDataset
- audit dataset- Returns:
- audit message
-