1#ifndef TENDUKE_EE_LICENSING_AUTZHAPI_DEFAULTLICENSECHECKOUTREQUEST_H
2#define TENDUKE_EE_LICENSING_AUTZHAPI_DEFAULTLICENSECHECKOUTREQUEST_H
4#include "./AbstractLicenseTokenAuthzApiRequest.h"
5#include "../LicenseCheckoutRequest.h"
6#include "../../LicensingConfiguration.h"
7#include "../../checkout/LicenseCheckoutParameters.h"
8#include "../../checkout/LicenseCheckoutResponse.h"
10#include "../../LicenseTokenParser.h"
12#include "http/HTTPClient.h"
13#include "http/HTTPRequestAuthenticator.h"
14#include "http/HTTPResponseToException.h"
39 const std::shared_ptr<const ::tenduke::http::HTTPClient> &httpClient,
40 const std::shared_ptr<const ::tenduke::http::HTTPRequestAuthenticator> &httpRequestAuthenticator,
41 const std::shared_ptr<const ::tenduke::http::HTTPResponseToException> &throwException,
42 const std::shared_ptr<const ::tenduke::ee::licensing::impl::LicenseTokenParser> &licenseTokenParser,
43 const std::shared_ptr<const ::tenduke::ee::licensing::LicensingConfiguration> &configuration,
44 const ::tenduke::ee::licensing::LicenseCheckoutParameters ¶meters
56 const std::shared_ptr<const ::tenduke::ee::licensing::LicensingConfiguration> configuration;
57 const ::tenduke::ee::licensing::LicenseCheckoutParameters parameters;
DefaultLicenseCheckoutRequest(const std::shared_ptr< const ::tenduke::http::HTTPClient > &httpClient, const std::shared_ptr< const ::tenduke::http::HTTPRequestAuthenticator > &httpRequestAuthenticator, const std::shared_ptr< const ::tenduke::http::HTTPResponseToException > &throwException, const std::shared_ptr< const ::tenduke::ee::licensing::impl::LicenseTokenParser > &licenseTokenParser, const std::shared_ptr< const ::tenduke::ee::licensing::LicensingConfiguration > &configuration, const ::tenduke::ee::licensing::LicenseCheckoutParameters ¶meters)
Constructs new instance.
Definition DefaultLicenseCheckoutRequest.cpp:76
Base class for licensing requests, which return tokens.
Definition AbstractLicenseTokenAuthzApiRequest.h:25
DefaultLicenseCheckoutRequest(const std::shared_ptr< const ::tenduke::http::HTTPClient > &httpClient, const std::shared_ptr< const ::tenduke::http::HTTPRequestAuthenticator > &httpRequestAuthenticator, const std::shared_ptr< const ::tenduke::http::HTTPResponseToException > &throwException, const std::shared_ptr< const ::tenduke::ee::licensing::impl::LicenseTokenParser > &licenseTokenParser, const std::shared_ptr< const ::tenduke::ee::licensing::LicensingConfiguration > &configuration, const ::tenduke::ee::licensing::LicenseCheckoutParameters ¶meters)
Constructs new instance.
Definition DefaultLicenseCheckoutRequest.cpp:76
virtual void buildRequestUrl(::tenduke::net::URLBuilder &url) const override
Builds request URL.
Definition DefaultLicenseCheckoutRequest.cpp:20
Very simple URL-builder.
Definition URLBuilder.h:19
Low-level client for licensing operations using 10Duke authz-API.
Definition AuthzLicensingClient.h:13
Classes, functions and globals related to 10Duke Enterprise licensing.
Definition AuthzLicensingClient.h:13
Classes, functions and globals of 10Duke Enterprise C++ Client.
Definition APIRequest.h:4
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4