Package org.saidone.repository
package org.saidone.repository
-
ClassDescriptionGridFS repository that transparently encrypts content before it is persisted and decrypts it when retrieved.Repository implementation that encrypts
NodeWrapper
data before persisting it to MongoDB and decrypts it on retrieval.S3RepositoryImpl
variant that transparently encrypts data before uploading to S3 and decrypts it when retrieved.Abstraction for storing binary content in MongoDB's GridFS bucket.Repository implementation for the management of files in MongoDB's GridFS without encryption support.Repository implementation for managingNodeWrapper
entities in MongoDB.Abstraction over the minimal set of S3 operations required by the vault.DefaultS3Repository
implementation relying on the AWS SDKS3Client
.