Engage Engine API
1.251.9091
|
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 4273 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate fingerprint has been excluded.
Definition at line 4281 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate issuer has been excluded.
Definition at line 4289 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 4277 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end's certificate subject has been excluded.
Definition at line 4285 of file ConfigurationObjects.h.
|
static |
The Rallypoint has denied the registration for no specific reason.
Definition at line 4268 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 4271 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 4279 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 4287 of file ConfigurationObjects.h.
|
static |
The link to the Rallypoint is down.
Definition at line 4260 of file ConfigurationObjects.h.
|
static |
No particular reason was provided.
Definition at line 4258 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 4275 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 4283 of file ConfigurationObjects.h.
|
static |
The Rallypoint is not accepting registration for the group at this time.
Definition at line 4264 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 4291 of file ConfigurationObjects.h.
|
static |
The Rallypoint denied the registration request because the far-end does appears in blackist criteria.
Definition at line 4293 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 4266 of file ConfigurationObjects.h.
|
static |
The group has been gracefully unregistered from the Rallypoint.
Definition at line 4262 of file ConfigurationObjects.h.