Class DecryptPrescriptionTask
- java.lang.Object
-
- be.business.connector.recipe.utils.executorlistopenprescriptions.DecryptPrescriptionTask
-
public class DecryptPrescriptionTask extends Object
-
-
Constructor Summary
Constructors Constructor Description DecryptPrescriptionTask(GetOpenPrescriptionForExecutor prescription, Semaphore semaphore, byte[] pharmacyEtk, byte[] kgssEtk, be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential encryptionCredential, be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential holderOfKeyCredential, Element samlAssertion, Map<String,PrivateKey> encryptionPrivateKeys, be.ehealth.technicalconnector.service.kgss.impl.KgssServiceImpl kgssService, Crypto crypto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationModuleExceptiongetError()GetOpenPrescriptionForExecutorgetPrescription()voidrun()
-
-
-
Constructor Detail
-
DecryptPrescriptionTask
public DecryptPrescriptionTask(GetOpenPrescriptionForExecutor prescription, Semaphore semaphore, byte[] pharmacyEtk, byte[] kgssEtk, be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential encryptionCredential, be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential holderOfKeyCredential, Element samlAssertion, Map<String,PrivateKey> encryptionPrivateKeys, be.ehealth.technicalconnector.service.kgss.impl.KgssServiceImpl kgssService, Crypto crypto)
-
-
Method Detail
-
run
public void run()
-
getPrescription
public GetOpenPrescriptionForExecutor getPrescription()
-
getError
public IntegrationModuleException getError()
-
-