1#ifndef TENDUKE_EE_LICENSING_AUTHZAPI_DEFAULTLICENSERENEWREQUEST_H
2#define TENDUKE_EE_LICENSING_AUTHZAPI_DEFAULTLICENSERENEWREQUEST_H
4#include "./AbstractLicenseTokenAuthzApiRequest.h"
5#include "../../LicensingConfiguration.h"
6#include "../../renew/LicenseRenewResponse.h"
7#include "../../renew/LicenseRenewParameters.h"
9#include "http/HTTPClient.h"
10#include "http/HTTPRequestAuthenticator.h"
11#include "http/HTTPResponseToException.h"
12#include "jwt/JWTParser.h"
36 const std::shared_ptr<const ::tenduke::http::HTTPClient> &httpClient,
37 const std::shared_ptr<const ::tenduke::http::HTTPRequestAuthenticator> &httpRequestAuthenticator,
38 const std::shared_ptr<const ::tenduke::http::HTTPResponseToException> &throwException,
39 const std::shared_ptr<const ::tenduke::ee::licensing::impl::LicenseTokenParser> &licenseTokenParser,
40 const std::shared_ptr<const ::tenduke::ee::licensing::LicensingConfiguration> &configuration,
48 const std::shared_ptr<const ::tenduke::ee::licensing::LicensingConfiguration> configuration;
49 const ::tenduke::ee::licensing::LicenseRenewParameters parameters;
DefaultLicenseRenewRequest(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, ::tenduke::ee::licensing::LicenseRenewParameters parameters)
Constructs new instance.
Definition DefaultLicenseRenewRequest.cpp:54
Parameters for license renew request.
Definition LicenseRenewParameters.h:18
Base class for licensing requests, which return tokens.
Definition AbstractLicenseTokenAuthzApiRequest.h:25
void buildRequestUrl(::tenduke::net::URLBuilder &url) const override
Builds request URL.
Definition DefaultLicenseRenewRequest.cpp:18
DefaultLicenseRenewRequest(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, ::tenduke::ee::licensing::LicenseRenewParameters parameters)
Constructs new instance.
Definition DefaultLicenseRenewRequest.cpp:54
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