Engage Engine API
1.249.9089
|
Configuration for the engate server. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
![]() | |
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. | |
NsmConfiguration | nsm |
[Optional] Settings for NSM. | |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Configuration for the engate server.
Helper C++ class to serialize and de-serialize EngateServerConfiguration JSON
Example:
Definition at line 12172 of file ConfigurationObjects.h.
|
inline |
Definition at line 12221 of file ConfigurationObjects.h.
|
inline |
Definition at line 12226 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngateServerConfiguration::certStoreFileName |
Path to the certificate store.
Definition at line 12204 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngateServerConfiguration::certStorePasswordHex |
Hex password for the certificate store (if any)
Definition at line 12207 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngateServerConfiguration::configurationCheckSignalName |
Name to use for signalling a configuration check.
Definition at line 12213 of file ConfigurationObjects.h.
EnginePolicy AppConfigurationObjects::EngateServerConfiguration::enginePolicy |
The policy to be used for the underlying Engage Engine.
Definition at line 12210 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 12198 of file ConfigurationObjects.h.
FipsCryptoSettings AppConfigurationObjects::EngateServerConfiguration::fipsCrypto |
[Optional] Settings for the FIPS crypto.
Definition at line 12216 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 12192 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngateServerConfiguration::groupsConfigurationFileCommand |
Command-line to execute that returns a configuration.
Definition at line 12189 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngateServerConfiguration::groupsConfigurationFileName |
Name of a file containing the ear configuration.
Definition at line 12186 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::EngateServerConfiguration::id |
A unqiue identifier for the EAR server.
Definition at line 12180 of file ConfigurationObjects.h.
EngateServerInternals AppConfigurationObjects::EngateServerConfiguration::internals |
Internal settings.
Definition at line 12201 of file ConfigurationObjects.h.
NsmConfiguration AppConfigurationObjects::EngateServerConfiguration::nsm |
[Optional] Settings for NSM.
Definition at line 12219 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 12183 of file ConfigurationObjects.h.
EngateServerStatusReportConfiguration AppConfigurationObjects::EngateServerConfiguration::statusReport |
Details for producing a status report.
Definition at line 12195 of file ConfigurationObjects.h.