Engage Engine API
1.246.9086
|
Variables | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_REAON = "NoReason" |
No particular reason was provided. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_LINK = "NoLink" |
The link to the Rallypoint is down. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_UNREGISTERED = "Unregistered" |
The group has been gracefully unregistered from the Rallypoint. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NOT_ALLOWED = "NotAllowed" |
The Rallypoint is not accepting registration for the group at this time. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_SECURITY_CLASSIFICATION_LEVEL_TOO_HIGH = "SecurityClassificationLevelTooHigh" |
The Rallypoint has denied the registration because the registration is for a security level not allowed on the RP. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_GENERAL_DENIAL = "GeneralDenial" |
The Rallypoint has denied the registration for no specific reason. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_ACCESS_TAG = "NoAccessTag" |
The Rallypoint denied the registration request because the far-end's certificate does not have an access tag for the group. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_EXCLUDED_ACCESS_TAG = "ExcludedAccessTag" |
The Rallypoint denied the registration request because the far-end's certificate does not have an access tag for the group. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_SERIAL = "NoSerial" |
The Rallypoint denied the registration request because the far-end's certificate does not have an an approved serial number. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_EXCLUDED_SERIAL = "ExcludedSerial" |
The Rallypoint denied the registration request because the far-end's certificate serial number has been excluded. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_FINGERPRINT = "NoFingerprint" |
The Rallypoint denied the registration request because the far-end's certificate does not have an an approved fingerprint. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_EXCLUDED_FINGERPRINT = "ExcludedFingerprint" |
The Rallypoint denied the registration request because the far-end's certificate fingerprint has been excluded. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_SUBJECT = "NoSubject" |
The Rallypoint denied the registration request because the far-end's certificate does not have an an approved subject. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_EXCLUDED_SUBJECT = "ExcludedSubject" |
The Rallypoint denied the registration request because the far-end's certificate subject has been excluded. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_ISSUER = "NoIssuer" |
The Rallypoint denied the registration request because the far-end's certificate does not have an an approved issuer. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_EXCLUDED_ISSUER = "ExcludedIssuer" |
The Rallypoint denied the registration request because the far-end's certificate issuer has been excluded. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NOT_ON_WHITELIST = "NotOnWhitelist" |
The Rallypoint denied the registration request because the far-end does not appear in any whitelist criteria. | |
static ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char * | AppConfigurationObjects::GROUP_DISCONNECTED_REASON_ON_BLACKLIST = "OnBlacklist" |
The Rallypoint denied the registration request because the far-end does appears in blackist criteria. | |
These are additional reason descriptors that may accompany a onGroupDisconnected event
|
static |
The Rallypoint denied the registration request because the far-end's certificate does not have an access tag for the group.
Definition at line 4209 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate fingerprint has been excluded.
Definition at line 4217 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate issuer has been excluded.
Definition at line 4225 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate serial number has been excluded.
Definition at line 4213 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate subject has been excluded.
Definition at line 4221 of file ConfigurationObjects.h.
|
static |
The Rallypoint has denied the registration for no specific reason.
Definition at line 4204 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate does not have an access tag for the group.
Definition at line 4207 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate does not have an an approved fingerprint.
Definition at line 4215 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate does not have an an approved issuer.
Definition at line 4223 of file ConfigurationObjects.h.
|
static |
The link to the Rallypoint is down.
Definition at line 4196 of file ConfigurationObjects.h.
|
static |
No particular reason was provided.
Definition at line 4194 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate does not have an an approved serial number.
Definition at line 4211 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate does not have an an approved subject.
Definition at line 4219 of file ConfigurationObjects.h.
|
static |
The Rallypoint is not accepting registration for the group at this time.
Definition at line 4200 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end does not appear in any whitelist criteria.
Definition at line 4227 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end does appears in blackist criteria.
Definition at line 4229 of file ConfigurationObjects.h.
|
static |
The Rallypoint has denied the registration because the registration is for a security level not allowed on the RP.
Definition at line 4202 of file ConfigurationObjects.h.
|
static |
The group has been gracefully unregistered from the Rallypoint.
Definition at line 4198 of file ConfigurationObjects.h.