Class FileSecretDao

java.lang.Object
com.atlassian.secrets.service.dao.FileSecretDao
All Implemented Interfaces:
SecretDao

public class FileSecretDao extends Object implements SecretDao
A SecretDao implementation where all SealedSecret objects are stored in a single file. MultiFileSecretDao is recommended as it will reduce file contention.