Class MagdaLoggedRequest
java.lang.Object
be.vlaanderen.vip.magda.legallogging.model.LoggedRequest
be.vlaanderen.vip.magda.legallogging.model.MagdaLoggedRequest
A MAGDA request to be logged.
Adds the following fields to the
LoggedRequest
:
- none
-
Constructor Summary
ConstructorDescriptionMagdaLoggedRequest
(SubjectIdentificationNumber subject, UUID transactionID, UUID localTransactionID, String serviceName, String serviceVersion, MagdaRegistrationInfo registrationInfo) -
Method Summary
Methods inherited from class be.vlaanderen.vip.magda.legallogging.model.LoggedRequest
getSubjectsInLogFormat
-
Constructor Details
-
MagdaLoggedRequest
public MagdaLoggedRequest(SubjectIdentificationNumber subject, UUID transactionID, UUID localTransactionID, String serviceName, String serviceVersion, MagdaRegistrationInfo registrationInfo)
-