Class ExecutorDecryptionUtils
- java.lang.Object
-
- be.business.connector.recipe.utils.ExecutorDecryptionUtils
-
public class ExecutorDecryptionUtils extends Object
The Class DecryptionUtils.- Author:
- Bruno Casneuf
-
-
Constructor Summary
Constructors Constructor Description ExecutorDecryptionUtils(PropertyHandler propertyHandler, EncryptionUtils encryptionUtils)Instantiates a newExecutorDecryptionUtils.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListOpenPrescriptionsResultdecryptPrescriptions(ListOpenPrescriptionsResult listOpenPrescriptionsResult)Decrypt aListOpenPrescriptionsResult.ListOpenPrescriptionsResultWithExceptionsdecryptPrescriptionsWithException(ListOpenPrescriptionsResult listOpenPrescriptionsResult)ListReservationsResultdecryptReservations(ListReservationsResult listReservationsResult)Decrypt aListReservationsResult.ListReservationsResultWithExceptionsdecryptReservationsWithExceptions(ListReservationsResult listReservationsResult)
-
-
-
Constructor Detail
-
ExecutorDecryptionUtils
public ExecutorDecryptionUtils(PropertyHandler propertyHandler, EncryptionUtils encryptionUtils)
Instantiates a newExecutorDecryptionUtils.- Parameters:
propertyHandler- the property handlerencryptionUtils- the encryption utils
-
-
Method Detail
-
decryptPrescriptions
public ListOpenPrescriptionsResult decryptPrescriptions(ListOpenPrescriptionsResult listOpenPrescriptionsResult) throws IntegrationModuleException
Decrypt aListOpenPrescriptionsResult.- Parameters:
listOpenPrescriptionsResult- the encryptedListOpenPrescriptionsResult- Returns:
- the decrypted
ListOpenPrescriptionsResult - Throws:
IntegrationModuleException- the integration module exception
-
decryptReservations
public ListReservationsResult decryptReservations(ListReservationsResult listReservationsResult) throws IntegrationModuleException
Decrypt aListReservationsResult.- Parameters:
listReservationsResult- the encryptedListReservationsResult- Returns:
- the decrypted
ListReservationsResult - Throws:
IntegrationModuleException- the integration module exception
-
decryptPrescriptionsWithException
public ListOpenPrescriptionsResultWithExceptions decryptPrescriptionsWithException(ListOpenPrescriptionsResult listOpenPrescriptionsResult) throws IntegrationModuleException
- Throws:
IntegrationModuleException
-
decryptReservationsWithExceptions
public ListReservationsResultWithExceptions decryptReservationsWithExceptions(ListReservationsResult listReservationsResult) throws IntegrationModuleException
- Throws:
IntegrationModuleException
-
-