Uses of Class
be.business.connector.core.exceptions.IntegrationModuleException
-
-
Uses of IntegrationModuleException in be.business.connector.common
Methods in be.business.connector.common that throw IntegrationModuleException Modifier and Type Method Description static StringStandaloneRequestorProvider. getRequestorIdInformation()Retrieves the requestor Id information either from the properties or (if not found in the properties) from the sts token in the session.static StringStandaloneRequestorProvider. getRequestorTypeInformation()Retrieves the requestor Id information either from the properties or (if not found in the properties) from the sts token in the session. -
Uses of IntegrationModuleException in be.business.connector.core.ehealth.services
Methods in be.business.connector.core.ehealth.services that throw IntegrationModuleException Modifier and Type Method Description static KgssServiceKgssServiceImpl. getInstance()Gets the singleton instance of KeyDepotServiceImpl.List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>KeyDepotService. retrieveEtk(KgssIdentifierType etkType, String ektValue, String ektApplicationName)Retrieve etk.List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>KeyDepotServiceImpl. retrieveEtk(KgssIdentifierType identifierType, String identifierValue, String applicationName)be.ehealth.technicalconnector.service.kgss.domain.KeyResultKgssService. retrieveKeyFromKgss(byte[] keyId, byte[] myEtk, byte[] kgssEtk)Retrieve key from kgss.be.ehealth.technicalconnector.service.kgss.domain.KeyResultKgssServiceImpl. retrieveKeyFromKgss(byte[] keyId, byte[] myEtk, byte[] kgssEtk)Override.Map<String,be.ehealth.technicalconnector.service.kgss.domain.KeyResult>OptimizedKgssServiceImpl. retrieveMultipleKeysWithoutCache(Set<String> keyIds, byte[] myEtk, byte[] kgssEtk)be.ehealth.technicalconnector.service.kgss.domain.KeyResultKgssService. retrieveNewKey(byte[] etkKgss, List<String> credentialTypes, String prescriberId, String executorId, String patientId, byte[] myEtk)Retrieve new key.be.ehealth.technicalconnector.service.kgss.domain.KeyResultKgssServiceImpl. retrieveNewKey(byte[] etkKgss, List<String> credentialTypes, String prescriberId, String executorId, String patientId, byte[] myEtk)Override. -
Uses of IntegrationModuleException in be.business.connector.core.services
Methods in be.business.connector.core.services that throw IntegrationModuleException Modifier and Type Method Description static <T> TGenericWebserviceCaller. callGenericWebservice(GenericWebserviceRequest genericWebserviceRequest, Class<T> responseType)static <T> TGenericWebserviceCaller. callGenericWebservice(GenericWebserviceRequest genericWebserviceRequest, Class<T> responseType, Element samlAssertions, be.ehealth.technicalconnector.service.sts.security.impl.KeyPairCredential keyPairCredential)static <T> TGenericWebserviceCaller. callGenericWebservice(Object request, Class<?> requestType, Class<T> responseType, String endpoint, String serviceName, boolean addLoggingHandler, boolean addSoapFaultHandler, boolean addMustUnderstandHandler, boolean addInsurabilityHandler)Call generic webservice. -
Uses of IntegrationModuleException in be.business.connector.core.technical.connector.utils
Methods in be.business.connector.core.technical.connector.utils that throw IntegrationModuleException Modifier and Type Method Description byte[]Crypto. unseal(byte[] data)Unseal an encrypted message. -
Uses of IntegrationModuleException in be.business.connector.core.utils
Methods in be.business.connector.core.utils that throw IntegrationModuleException Modifier and Type Method Description static voidSessionValidator. assertValidHospitalPharmacySession(be.ehealth.technicalconnector.session.SessionItem sessionItem)Checks if the provided sessionItem is valid and if not: throws a errorstatic voidSessionValidator. assertValidPharmacySession(be.ehealth.technicalconnector.session.SessionItem sessionItem)Checks if the provided sessionItem is valid and if not: throws a errorstatic voidSessionValidator. assertValidSession(be.ehealth.technicalconnector.session.SessionItem sessionItem)Checks if the provided sessionItem is valid and if not: throws a errorstatic byte[]SealedProcessor. createSealedAsync(be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken etk, byte[] data, String type)static byte[]SealedProcessor. createSealedAsync(be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken etk, String data, String type)static byte[]SealedProcessor. createSealedSync(be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken etk, byte[] data, String type)static byte[]SealedProcessor. createSealedSync(be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken etk, String data, String type)static byte[]SealedProcessor. createSealedSync(List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken> etks, byte[] data, String type)static byte[]SealedProcessor. createSealedSync(List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken> etks, String data, String type)SecretKeyEncryptionUtils. generateSecretKey()Generate secret key.X509CertificateEncryptionUtils. getCertificate()Gets the certificate.List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>ETKHelper. getEtks(KgssIdentifierType identifierType, Long identifierValue, String applicationid)List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>ETKHelper. getEtks(KgssIdentifierType identifierType, String identifierValue)X509CertificateEncryptionUtils. getFallbackCertificate()Gets the fallback certificate.PrivateKeyEncryptionUtils. getFallbackPrivateKey()Gets the fallback private key.PublicKeyEncryptionUtils. getFallbackPublicKey()Gets the fallback public key.KeyStoreEncryptionUtils. getKeyStore()Gets the client key store.List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>ETKHelper. getKGSS_ETK()X509CertificateEncryptionUtils. getOldCertificate()KeyStoreEncryptionUtils. getOldKeyStore()PrivateKeyEncryptionUtils. getOldPrivateKey()PublicKeyEncryptionUtils. getOldPublicKey()PrivateKeyEncryptionUtils. getPrivateKey()Gets the private key for authentication.PublicKeyEncryptionUtils. getPublicKey()Gets the public key for authentication.List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>ETKHelper. getRecipe_ETK()List<be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken>ETKHelper. getSystemETK()StringEncryptionUtils. getSystemKeystorePassword()StringEncryptionUtils. getSystemKeystorePath()KeyStoreEncryptionUtils. getTSAKeyStore()Gets the client key store.be.fgov.ehealth.etee.crypto.encrypt.DataSealerEncryptionUtils. initOldSealing()be.fgov.ehealth.etee.crypto.decrypt.DataUnsealerEncryptionUtils. initOldUnSealing()be.fgov.ehealth.etee.crypto.encrypt.DataSealerEncryptionUtils. initSealing()Inits the sealing.be.fgov.ehealth.etee.crypto.decrypt.DataUnsealerEncryptionUtils. initUnsealing()Inits the unsealing.KeyStoreEncryptionUtils. loadCaKeystore()KeyStoreEncryptionUtils. loadKeyStore(InputStream stream, char[] pwd)StringEncryptionUtils. queueDecrypt(byte[] data, PublicKey publicKey)queueEncrypt / queueDecryt works only for marshaled object.byte[]EncryptionUtils. queueEncrypt(byte[] data, PublicKey publicKey)queueEncrypt / queueDecryt works only for marshaled object.static oasis.names.tc.saml._2_0.assertion.AssertionSAML10Converter. toAssertion(String assertion)Deprecated.voidEncryptionUtils. unlockPersonalKey(String niss, String pwd)Unlock personal key.XMarshallerHelper. unmarsh(byte[] data)XMarshallerHelper. unmarshProductFilter(byte[] data)XMarshallerHelper. unmarshSystemConfiguration(byte[] data)voidEncryptionUtils. verifyDecryption(be.fgov.ehealth.etee.crypto.encrypt.EncryptionToken myETK)Verify decryption.voidMarshallerHelper. writePrescriptionToFile(byte[] unsealByteWithSymmKeyDecodeAndDecompress, String archivingPath)Constructors in be.business.connector.core.utils that throw IntegrationModuleException Constructor Description CertificateParser(String subject)Instantiates a new certificate parser.CertificateParser(X509Certificate cert)Instantiates a new certificate parser. -
Uses of IntegrationModuleException in be.business.connector.projects.common.utils
Methods in be.business.connector.projects.common.utils that throw IntegrationModuleException Modifier and Type Method Description static StringEndpointResolver. getEndpointUrlString(String endpointName) -
Uses of IntegrationModuleException in be.business.connector.recipe.executor.domain
Methods in be.business.connector.recipe.executor.domain that throw IntegrationModuleException Modifier and Type Method Description voidListNotificationsItem. setSentDate(Date arg0)Sets the sent date. -
Uses of IntegrationModuleException in be.business.connector.recipe.executor.dto
Fields in be.business.connector.recipe.executor.dto with type parameters of type IntegrationModuleException Modifier and Type Field Description protected Map<ListReservationsResultItem,IntegrationModuleException>ListReservationsResultWithExceptions. itemsMethods in be.business.connector.recipe.executor.dto that return types with arguments of type IntegrationModuleException Modifier and Type Method Description Map<ListReservationsResultItem,IntegrationModuleException>ListReservationsResultWithExceptions. getItems()Map<GetOpenPrescriptionForExecutor,IntegrationModuleException>ListOpenPrescriptionsResultWithExceptions. getPrescriptions()Methods in be.business.connector.recipe.executor.dto with parameters of type IntegrationModuleException Modifier and Type Method Description voidListReservationsResultWithExceptions. addItem(ListReservationsResultItem item, IntegrationModuleException exception)voidListOpenPrescriptionsResultWithExceptions. addPrescription(GetOpenPrescriptionForExecutor prescription, IntegrationModuleException exception) -
Uses of IntegrationModuleException in be.business.connector.recipe.patient.utils
Methods in be.business.connector.recipe.patient.utils that throw IntegrationModuleException Modifier and Type Method Description ListPatientPrescriptionsResultPatientDecryptionUtils. decryptPrescriptions(ListPatientPrescriptionsResult listPatientPrescriptionsResult) -
Uses of IntegrationModuleException in be.business.connector.recipe.utils
Methods in be.business.connector.recipe.utils that return IntegrationModuleException Modifier and Type Method Description IntegrationModuleExceptionGetAndMarkAsDeliveredThread. getError()IntegrationModuleExceptionReservationDecryptorThread. getError()Methods in be.business.connector.recipe.utils that throw IntegrationModuleException Modifier and Type Method Description voidKmehrHelper. assertValidFeedback(byte[] xmlDocument)Assert valid notification.voidKmehrHelper. assertValidFeedback(List<String> errors, InputStream xmlFile)Assert valid feedback.voidKmehrHelper. assertValidKmehrPrescription(byte[] xmlDocument, String prescriptionType)Valid xml.voidKmehrHelper. assertValidKmehrPrescription(InputStream xmlFile, String prescriptionType)Assert valid kmehr prescription.voidKmehrHelper. assertValidNotification(byte[] xmlDocument)Assert valid notification.voidKmehrHelper. assertValidNotification(InputStream xmlFile)Assert valid notification.ListOpenPrescriptionsResultExecutorDecryptionUtils. decryptPrescriptions(ListOpenPrescriptionsResult listOpenPrescriptionsResult)Decrypt aListOpenPrescriptionsResult.ListOpenPrescriptionsResultExecutorDecryptionUtils. decryptPrescriptionsSingleThreaded(ListOpenPrescriptionsResult listOpenPrescriptionsResult)ListOpenPrescriptionsResultWithExceptionsExecutorDecryptionUtils. decryptPrescriptionsWithException(ListOpenPrescriptionsResult listOpenPrescriptionsResult)ListReservationsResultExecutorDecryptionUtils. decryptReservations(ListReservationsResult listReservationsResult)Decrypt aListReservationsResult.ListReservationsResultWithExceptionsExecutorDecryptionUtils. decryptReservationsWithExceptions(ListReservationsResult listReservationsResult) -
Uses of IntegrationModuleException in be.business.connector.recipe.utils.executorlistopenprescriptions
Methods in be.business.connector.recipe.utils.executorlistopenprescriptions that return IntegrationModuleException Modifier and Type Method Description IntegrationModuleExceptionDecryptPrescriptionJavaThread. getError()IntegrationModuleExceptionDecryptPrescriptionTask. getError()IntegrationModuleExceptionDecryptPrescriptionThread. getError()Methods in be.business.connector.recipe.utils.executorlistopenprescriptions that throw IntegrationModuleException Modifier and Type Method Description ListOpenPrescriptionsResultMultiThreadedExecutorListOpenPrescriptionsUseCase. execute(ListOpenPrescriptionsResult listOpenPrescriptionsResult)ListOpenPrescriptionsResultSingleThreadedExecutorListOpenPrescriptionsUseCase. execute(ListOpenPrescriptionsResult listOpenPrescriptionsResult)ListOpenPrescriptionsResultWithExceptionsMultiThreadedExecutorListOpenPrescriptionsUseCase. executeWithExceptions(ListOpenPrescriptionsResult listOpenPrescriptionsResult)
-