Package org.datanucleus.store
Interface EncryptionAwareStoreManager
public interface EncryptionAwareStoreManager
Interface implemented by any StoreManager that wants to provide a hook to encrypt field data
prior to persistence.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method to set the encryption provider for persistent data.
-
Method Details
-
setEncryptionProvider
Method to set the encryption provider for persistent data. When a provider is set on the StoreManager, any persist (insert/update) or retrieval will be intercepted. This should be called before the StoreManager is used for persistence/retrieval.- Parameters:
provider
- The provider to use.
-