Class FileSecretDao
java.lang.Object
com.atlassian.secrets.service.dao.FileSecretDao
- All Implemented Interfaces:
SecretDao
A
SecretDao implementation where all SealedSecret objects are
stored in a single file.
MultiFileSecretDao is recommended as it will reduce file contention.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetIdsForBackend(String backendId) voidput(Set<SealedSecret> sealedSecrets)