5 #include "credentials/CredentialsStorage.h"
7 #include "util/CryptoConfig.h"
28 void setCryptoConfig(Poco::SharedPtr<CryptoConfig> config);
29 void setStorage(CredentialsStorage::Ptr storage);
34 const std::vector<std::string> &args)
override;
37 void actionRemove(
const std::vector<std::string> &args);
38 void actionSet(
const std::vector<std::string> &args);
41 CredentialsStorage::Ptr m_storage;
42 Poco::SharedPtr<CryptoConfig> m_cryptoConfig;