Uses of Class
org.saidone.service.SecretService
Packages that use SecretService
-
Uses of SecretService in org.saidone.repository
Constructors in org.saidone.repository with parameters of type SecretServiceModifierConstructorDescriptionEncryptedGridFsRepositoryImpl
(org.springframework.data.mongodb.gridfs.GridFsTemplate gridFsTemplate, org.springframework.data.mongodb.gridfs.GridFsOperations gridFsOperations, org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, SecretService secretService, CryptoService cryptoService) Constructs an EncryptedGridFsRepositoryImpl with the required dependencies.EncryptedMongoNodeRepositoryImpl
(org.springframework.data.mongodb.core.MongoOperations mongoOperations, SecretService secretService, CryptoService cryptoService) Constructs an EncryptedMongoNodeRepositoryImpl with the given MongoOperations and CryptoService.EncryptedS3RepositoryImpl
(software.amazon.awssdk.services.s3.S3Client s3Client, SecretService secretService, CryptoService cryptoService) Creates a new repository instance using the given AWS client and cryptographic service.