Public Member Functions | |
| TonidoStoreHelper () | |
| Ctor. | |
| ~TonidoStoreHelper () | |
| Dtor. | |
| bool | doVerify (const std::string &a_userName, const std::string &a_password, std::string &encPassword) |
| doVerify | |
| bool | getAppsList (const std::string &a_userName, std::string &a_applist) |
| getappslist | |
| bool | setTonidoStoreCredentials (const std::string &a_user, const std::string &a_password) |
| setTonidoStoreCredentials | |
| void | clearTonidoStoreCredentials () |
| clearTonidoStoreCredentials | |
| bool | isTonidoStoreCredentialsSet (std::string &a_userName) |
| isTonidoStoreCredentialsSet | |
| bool | getTonidoStoreCredentials (std::string &a_userName, std::string &a_password) |
| getTonidoStoreCredentials | |
| Tonido::Plugin::TonidoStoreHelper::TonidoStoreHelper | ( | ) |
Ctor.
Details if needed
| Tonido::Plugin::TonidoStoreHelper::~TonidoStoreHelper | ( | ) |
Dtor.
Details if needed
| void Tonido::Plugin::TonidoStoreHelper::clearTonidoStoreCredentials | ( | ) |
clearTonidoStoreCredentials
Clears the Credential Information
| bool Tonido::Plugin::TonidoStoreHelper::doVerify | ( | const std::string & | a_userName, |
| const std::string & | a_password, | ||
| std::string & | encPassword | ||
| ) |
doVerify
Verifies if credentials are OK
| bool Tonido::Plugin::TonidoStoreHelper::getAppsList | ( | const std::string & | a_userName, |
| std::string & | a_applist | ||
| ) |
getappslist
Get Store App List
| bool Tonido::Plugin::TonidoStoreHelper::getTonidoStoreCredentials | ( | std::string & | a_userName, |
| std::string & | a_password | ||
| ) |
getTonidoStoreCredentials
Gets the Tonido Store Credentials
| bool Tonido::Plugin::TonidoStoreHelper::isTonidoStoreCredentialsSet | ( | std::string & | a_userName | ) |
isTonidoStoreCredentialsSet
Checks the Credential Information
| bool Tonido::Plugin::TonidoStoreHelper::setTonidoStoreCredentials | ( | const std::string & | a_user, |
| const std::string & | a_password | ||
| ) |
setTonidoStoreCredentials
Sets the Credential Information