|
Engage Engine API
1.263.9113
Real-time tactical communications engine API
|
Configuration for the engate server. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
| void | clear () |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| virtual void | initForDocumenting () |
| virtual std::string | toString () |
| virtual bool | isDocumenting () const |
Public Attributes | |
| std::string | id |
| A unqiue identifier for the EAR server. | |
| int | serviceConfigurationFileCheckSecs |
| Number of seconds between checks to see if the service configuration has been updated. Default is 60. | |
| std::string | groupsConfigurationFileName |
| Name of a file containing the ear configuration. | |
| std::string | groupsConfigurationFileCommand |
| Command-line to execute that returns a configuration. | |
| int | groupsConfigurationFileCheckSecs |
| Number of seconds between checks to see if the configuration has been updated. Default is 60. | |
| EngateServerStatusReportConfiguration | statusReport |
| Details for producing a status report. | |
| ExternalHealthCheckResponder | externalHealthCheckResponder |
| Details concerning the server's interaction with an external health-checker such as a load-balancer. | |
| EngateServerInternals | internals |
| Internal settings. | |
| std::string | certStoreFileName |
| Path to the certificate store. | |
| std::string | certStorePasswordHex |
| Hex password for the certificate store (if any) | |
| EnginePolicy | enginePolicy |
| The policy to be used for the underlying Engage Engine. | |
| std::string | configurationCheckSignalName |
| Name to use for signalling a configuration check. | |
| FipsCryptoSettings | fipsCrypto |
| [Optional] Settings for the FIPS crypto. | |
| NsmNode | nsm |
[Optional] Embedded NSM node settings (JSON key nsm; legacy flat NsmConfiguration accepted). | |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| bool | _documenting |
Configuration for the engate server.
Helper C++ class to serialize and de-serialize EngateServerConfiguration JSON
Example:
Definition at line 14277 of file ConfigurationObjects.h.
|
inline |
Definition at line 14326 of file ConfigurationObjects.h.
|
inline |
Definition at line 14331 of file ConfigurationObjects.h.
| std::string AppConfigurationObjects::EngateServerConfiguration::certStoreFileName |
Path to the certificate store.
Definition at line 14309 of file ConfigurationObjects.h.
| std::string AppConfigurationObjects::EngateServerConfiguration::certStorePasswordHex |
Hex password for the certificate store (if any)
Definition at line 14312 of file ConfigurationObjects.h.
| std::string AppConfigurationObjects::EngateServerConfiguration::configurationCheckSignalName |
Name to use for signalling a configuration check.
Definition at line 14318 of file ConfigurationObjects.h.
| EnginePolicy AppConfigurationObjects::EngateServerConfiguration::enginePolicy |
The policy to be used for the underlying Engage Engine.
Definition at line 14315 of file ConfigurationObjects.h.
| ExternalHealthCheckResponder AppConfigurationObjects::EngateServerConfiguration::externalHealthCheckResponder |
Details concerning the server's interaction with an external health-checker such as a load-balancer.
Definition at line 14303 of file ConfigurationObjects.h.
| FipsCryptoSettings AppConfigurationObjects::EngateServerConfiguration::fipsCrypto |
[Optional] Settings for the FIPS crypto.
Definition at line 14321 of file ConfigurationObjects.h.
| int AppConfigurationObjects::EngateServerConfiguration::groupsConfigurationFileCheckSecs |
Number of seconds between checks to see if the configuration has been updated. Default is 60.
Definition at line 14297 of file ConfigurationObjects.h.
| std::string AppConfigurationObjects::EngateServerConfiguration::groupsConfigurationFileCommand |
Command-line to execute that returns a configuration.
Definition at line 14294 of file ConfigurationObjects.h.
| std::string AppConfigurationObjects::EngateServerConfiguration::groupsConfigurationFileName |
Name of a file containing the ear configuration.
Definition at line 14291 of file ConfigurationObjects.h.
| std::string AppConfigurationObjects::EngateServerConfiguration::id |
A unqiue identifier for the EAR server.
Definition at line 14285 of file ConfigurationObjects.h.
| EngateServerInternals AppConfigurationObjects::EngateServerConfiguration::internals |
Internal settings.
Definition at line 14306 of file ConfigurationObjects.h.
| NsmNode AppConfigurationObjects::EngateServerConfiguration::nsm |
[Optional] Embedded NSM node settings (JSON key nsm; legacy flat NsmConfiguration accepted).
Definition at line 14324 of file ConfigurationObjects.h.
| int AppConfigurationObjects::EngateServerConfiguration::serviceConfigurationFileCheckSecs |
Number of seconds between checks to see if the service configuration has been updated. Default is 60.
Definition at line 14288 of file ConfigurationObjects.h.
| EngateServerStatusReportConfiguration AppConfigurationObjects::EngateServerConfiguration::statusReport |
Details for producing a status report.
Definition at line 14300 of file ConfigurationObjects.h.