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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeAuditMessage(AuditContext auditContext, ChPpqAuditDataset auditDataset) Constructs anAuditMessagefrom a providedAuditDatasetMethods inherited from class org.openehealth.ipf.commons.ihe.xacml20.chppq1.ChPpq1AuditStrategy
createAuditDataset, enrichAuditDatasetFromRequest, enrichAuditDatasetFromResponse, getEventOutcomeIndicatorMethods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport
doAudit, isAuditableResponse, isServerSideMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:AuditStrategySupportConstructs anAuditMessagefrom a providedAuditDataset- Specified by:
makeAuditMessagein classAuditStrategySupport<ChPpqAuditDataset>- Parameters:
auditContext- audit contextauditDataset- audit dataset- Returns:
- audit message
-