Stores information about the current Tonido License. More...
Public Types | |
| enum | LicenseLevel { LICENSE_NORMAL = 0, LICENSE_PRO = 1, LICENSE_BUSINESS = 2 } |
| AppLicense. More... | |
Public Member Functions | |
| TonidoLicense () | |
| Ctor. | |
| ~TonidoLicense () | |
| Dtor. | |
| LicenseLevel | getLicenseLevel () const |
| Gets the current Tonido License. | |
| std::string | getLicenseName () const |
| Returns a string name of the current license. | |
| std::string | getLicenseeName () const |
| Returns a name of the person to whom the license is issued to. | |
| std::string | getLicenseExpiry () const |
| Returns when License Expires. | |
| bool | isHTTPS () const |
| Whether to enable HTTPS. | |
| void | setHTTPSSetting (bool a_isHTTPS) |
| Enable/Disable HTTPS. | |
| bool | getHTTPSSetting () |
| std::string | serverCertKey () const |
| Private Key for Server Cert. | |
| void | reloadLicense () |
| ReloadLicense. | |
Stores information about the current Tonido License.
AppLicense.
The current Application License
| Tonido::Misc::TonidoLicense::TonidoLicense | ( | ) |
Ctor.
details if needed ...
| Tonido::Misc::TonidoLicense::~TonidoLicense | ( | ) |
Dtor.
details if needed ...