Engage Engine API
1.244.9084
|
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
bool | matches (const Rallypoint &other) |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
NetworkAddress | host |
This is the host address for the Engine to connect to the RallyPoint service. | |
std::string | certificate |
This is the X509 certificate to use for mutual authentication. | |
std::string | certificateKey |
This is the private key used to generate the X509 certificate. | |
bool | verifyPeer |
[Optional, Default true] Indicates whether the connection peer is to be verified by checking the validaity of its X.509 certificate. | |
bool | allowSelfSignedCertificate |
[Optional, Default false] Allows the Rallypoint to accept self-signed certificates from the far-end | |
std::vector< std::string > | caCertificates |
[Optional] A vector of certificates (raw content, file names, or certificate store elements) used to verify far-end X.509 certificates. | |
int | transactionTimeoutMs |
[Optional, Default 5000] Number of milliseconds that a transaction may take before the link is considered broken. | |
bool | disableMessageSigning |
[Optional, Default false] Indicates whether to forego ECSDA signing of control-plane messages. | |
int | connectionTimeoutSecs |
[Optional, Default: 5] Connection timeout in seconds to the RP | |
TcpNetworkTxOptions | tcpTxOptions |
[Optional] Tx options for the TCP link | |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
bool | _documenting |
Helper C++ class to serialize and de-serialize Rallypoint JSON
Example:
Definition at line 2574 of file ConfigurationObjects.h.
|
inline |
Definition at line 2644 of file ConfigurationObjects.h.
|
inline |
Definition at line 2649 of file ConfigurationObjects.h.
|
inline |
Definition at line 2662 of file ConfigurationObjects.h.
bool AppConfigurationObjects::Rallypoint::allowSelfSignedCertificate |
[Optional, Default false] Allows the Rallypoint to accept self-signed certificates from the far-end
Definition at line 2621 of file ConfigurationObjects.h.
std::vector<std::string> AppConfigurationObjects::Rallypoint::caCertificates |
[Optional] A vector of certificates (raw content, file names, or certificate store elements) used to verify far-end X.509 certificates.
Definition at line 2626 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::Rallypoint::certificate |
This is the X509 certificate to use for mutual authentication.
The full contents of the cert can be specified or the file path to where the cert is located can be specified by using an @ replacement string e.g
Definition at line 2598 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::Rallypoint::certificateKey |
This is the private key used to generate the X509 certificate.
The full contents of the key can be specified or the file path to where the key is located can be specified by using an @ replacement string e.g
Definition at line 2611 of file ConfigurationObjects.h.
int AppConfigurationObjects::Rallypoint::connectionTimeoutSecs |
[Optional, Default: 5] Connection timeout in seconds to the RP
Definition at line 2639 of file ConfigurationObjects.h.
bool AppConfigurationObjects::Rallypoint::disableMessageSigning |
[Optional, Default false] Indicates whether to forego ECSDA signing of control-plane messages.
Definition at line 2636 of file ConfigurationObjects.h.
NetworkAddress AppConfigurationObjects::Rallypoint::host |
This is the host address for the Engine to connect to the RallyPoint service.
Definition at line 2585 of file ConfigurationObjects.h.
TcpNetworkTxOptions AppConfigurationObjects::Rallypoint::tcpTxOptions |
[Optional] Tx options for the TCP link
Definition at line 2642 of file ConfigurationObjects.h.
int AppConfigurationObjects::Rallypoint::transactionTimeoutMs |
[Optional, Default 5000] Number of milliseconds that a transaction may take before the link is considered broken.
Definition at line 2631 of file ConfigurationObjects.h.
bool AppConfigurationObjects::Rallypoint::verifyPeer |
[Optional, Default true] Indicates whether the connection peer is to be verified by checking the validaity of its X.509 certificate.
Definition at line 2616 of file ConfigurationObjects.h.