Uses of Class
be.business.connector.core.utils.PropertyHandler
-
-
Uses of PropertyHandler in be.business.connector.common
Methods in be.business.connector.common with parameters of type PropertyHandler Modifier and Type Method Description voidApplicationConfig. initialize(PropertyHandler props)voidInitializer. initialize(PropertyHandler props) -
Uses of PropertyHandler in be.business.connector.common.ehealth
Methods in be.business.connector.common.ehealth with parameters of type PropertyHandler Modifier and Type Method Description voidEhealthKeyRegistry. refresh(ETKHelper etkHelper, PropertyHandler props)voidEhealthKeyRegistry. refresh(PropertyHandler props)Constructors in be.business.connector.common.ehealth with parameters of type PropertyHandler Constructor Description EhealthKeyRegistry(PropertyHandler configuration) -
Uses of PropertyHandler in be.business.connector.common.module
Methods in be.business.connector.common.module that return PropertyHandler Modifier and Type Method Description PropertyHandlerAbstractIntegrationModule. getPropertyHandler() -
Uses of PropertyHandler in be.business.connector.core.utils
Methods in be.business.connector.core.utils that return PropertyHandler Modifier and Type Method Description static PropertyHandlerPropertyHandler. create(InputStream props, InputStream validationProps, String confDir)static PropertyHandlerPropertyHandler. getInstance()Gets the single instance of PropertyHandler.static PropertyHandlerOnlinePropertiesHolder. getPropertyHandler()Methods in be.business.connector.core.utils with parameters of type PropertyHandler Modifier and Type Method Description voidMessageDumper. init(PropertyHandler propertyHandler)Inits the MessageDumperConstructors in be.business.connector.core.utils with parameters of type PropertyHandler Constructor Description EncryptionUtils(PropertyHandler propertyHandler)Instantiates a new encryption utils.ETKHelper(PropertyHandler propertyHandler, EncryptionUtils encryptionUtils) -
Uses of PropertyHandler in be.business.connector.recipe
Fields in be.business.connector.recipe declared as PropertyHandler Modifier and Type Field Description protected PropertyHandlerAbstractRecipeClient. propertiesMethods in be.business.connector.recipe with parameters of type PropertyHandler Modifier and Type Method Description voidAbstractRecipeClient. refresh(PropertyHandler properties)Constructors in be.business.connector.recipe with parameters of type PropertyHandler Constructor Description AbstractRecipeClient(String addressKey, PropertyHandler properties)AbstractRecipeClient(String addressKey, be.recipe.api.crypto.Message.Cipher.Key.DB<be.recipe.api.Prescription.OnContent> keyRegistry, be.recipe.api.crypto.Message.Cipher cipher, PropertyHandler properties)RecipeClientInfrastructure(PropertyHandler props) -
Uses of PropertyHandler in be.business.connector.recipe.executor
Constructors in be.business.connector.recipe.executor with parameters of type PropertyHandler Constructor Description RecipeExecutorClient(PropertyHandler properties)RecipeExecutorClient(PropertyHandler properties, Map<org.apache.commons.collections.keyvalue.MultiKey,byte[]> sessionMap) -
Uses of PropertyHandler in be.business.connector.recipe.patient
Constructors in be.business.connector.recipe.patient with parameters of type PropertyHandler Constructor Description RecipePatientClient(PropertyHandler properties) -
Uses of PropertyHandler in be.business.connector.recipe.patient.utils
Constructors in be.business.connector.recipe.patient.utils with parameters of type PropertyHandler Constructor Description PatientDecryptionUtils(PropertyHandler propertyHandler, EncryptionUtils encryptionUtils) -
Uses of PropertyHandler in be.business.connector.recipe.prescriber
Constructors in be.business.connector.recipe.prescriber with parameters of type PropertyHandler Constructor Description RecipePrescriberClient(PropertyHandler properties)RecipePrescriberClient(be.recipe.api.crypto.Message.Cipher.Key.DB<be.recipe.api.Prescription.OnContent> keyRegistry, be.recipe.api.crypto.Message.Cipher cipher, PropertyHandler properties) -
Uses of PropertyHandler in be.business.connector.recipe.utils
Constructors in be.business.connector.recipe.utils with parameters of type PropertyHandler Constructor Description ExecutorDecryptionUtils(PropertyHandler propertyHandler, EncryptionUtils encryptionUtils)Instantiates a newExecutorDecryptionUtils.PrescriberEncryptionUtils(PropertyHandler propertyHandler, EncryptionUtils encryptionUtils, Map<String,be.ehealth.technicalconnector.service.kgss.domain.KeyResult> keyCache)
-