Uses of Interface
com.flowable.platform.engine.impl.tenant.ProtectedVariableValueEncryptor
Packages that use ProtectedVariableValueEncryptor
Package
Description
-
Uses of ProtectedVariableValueEncryptor in com.flowable.platform.engine
Fields in com.flowable.platform.engine declared as ProtectedVariableValueEncryptorModifier and TypeFieldDescriptionprotected ProtectedVariableValueEncryptorPlatformEngineConfiguration.protectedVariableValueEncryptorMethods in com.flowable.platform.engine that return ProtectedVariableValueEncryptorModifier and TypeMethodDescriptionPlatformEngineConfiguration.getProtectedVariableValueEncryptor()Methods in com.flowable.platform.engine with parameters of type ProtectedVariableValueEncryptorModifier and TypeMethodDescriptionvoidPlatformEngineConfiguration.setProtectedVariableValueEncryptor(ProtectedVariableValueEncryptor valueEncryptor) -
Uses of ProtectedVariableValueEncryptor in com.flowable.platform.engine.impl.persistence.entity
Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type ProtectedVariableValueEncryptorModifier and TypeMethodDescriptionprotected voidTenantVariableEntityImpl.encryptJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode, ProtectedVariableValueEncryptor valueEncryptor) -
Uses of ProtectedVariableValueEncryptor in com.flowable.platform.engine.impl.tenant
Classes in com.flowable.platform.engine.impl.tenant that implement ProtectedVariableValueEncryptor