10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
tenduke::test::fakes::FakeLicenseTokenParser Class Reference
Inheritance diagram for tenduke::test::fakes::FakeLicenseTokenParser:
tenduke::ee::licensing::impl::LicenseTokenParser

Public Member Functions

ee::licensing::impl::LeaseOrError from (const std::string &licenseToken) const override
 Parses the token.
 
- Public Member Functions inherited from tenduke::ee::licensing::impl::LicenseTokenParser
 LicenseTokenParser (const std::shared_ptr< const tenduke::jwt::JWTParser > &parseJwt)
 Constructs new instance.
 

Public Attributes

std::map< std::string, tenduke::ee::licensing::impl::LeaseOrErrorresults
 

Additional Inherited Members

- Protected Member Functions inherited from tenduke::ee::licensing::impl::LicenseTokenParser
virtual bool isLicensedItemName (const std::string &claimName, const std::string &claimValue) const
 Checks if given value is a licensed item name.
 

Member Function Documentation

◆ from()

LeaseOrError tenduke::test::fakes::FakeLicenseTokenParser::from ( const std::string &  licenseToken) const
overridevirtual

Parses the token.

Parameters
licenseToken-
Returns
-

Reimplemented from tenduke::ee::licensing::impl::LicenseTokenParser.


The documentation for this class was generated from the following files: