Engage Engine API  1.245.9085
Loading...
Searching...
No Matches
Reasons for why a group has disconnected

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.
 

Detailed Description

These are additional reason descriptors that may accompany a onGroupDisconnected event

Variable Documentation

◆ GROUP_DISCONNECTED_REASON_EXCLUDED_ACCESS_TAG

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_EXCLUDED_ACCESS_TAG = "ExcludedAccessTag"
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.

◆ GROUP_DISCONNECTED_REASON_EXCLUDED_FINGERPRINT

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_EXCLUDED_FINGERPRINT = "ExcludedFingerprint"
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.

◆ GROUP_DISCONNECTED_REASON_EXCLUDED_ISSUER

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_EXCLUDED_ISSUER = "ExcludedIssuer"
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.

◆ GROUP_DISCONNECTED_REASON_EXCLUDED_SERIAL

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_EXCLUDED_SERIAL = "ExcludedSerial"
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.

◆ GROUP_DISCONNECTED_REASON_EXCLUDED_SUBJECT

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_EXCLUDED_SUBJECT = "ExcludedSubject"
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.

◆ GROUP_DISCONNECTED_REASON_GENERAL_DENIAL

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_GENERAL_DENIAL = "GeneralDenial"
static

The Rallypoint has denied the registration for no specific reason.

Definition at line 4204 of file ConfigurationObjects.h.

◆ GROUP_DISCONNECTED_REASON_NO_ACCESS_TAG

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_ACCESS_TAG = "NoAccessTag"
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.

◆ GROUP_DISCONNECTED_REASON_NO_FINGERPRINT

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_FINGERPRINT = "NoFingerprint"
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.

◆ GROUP_DISCONNECTED_REASON_NO_ISSUER

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_ISSUER = "NoIssuer"
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.

◆ GROUP_DISCONNECTED_REASON_NO_LINK

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_LINK = "NoLink"
static

The link to the Rallypoint is down.

Definition at line 4196 of file ConfigurationObjects.h.

◆ GROUP_DISCONNECTED_REASON_NO_REAON

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_REAON = "NoReason"
static

No particular reason was provided.

Definition at line 4194 of file ConfigurationObjects.h.

◆ GROUP_DISCONNECTED_REASON_NO_SERIAL

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_SERIAL = "NoSerial"
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.

◆ GROUP_DISCONNECTED_REASON_NO_SUBJECT

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NO_SUBJECT = "NoSubject"
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.

◆ GROUP_DISCONNECTED_REASON_NOT_ALLOWED

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NOT_ALLOWED = "NotAllowed"
static

The Rallypoint is not accepting registration for the group at this time.

Definition at line 4200 of file ConfigurationObjects.h.

◆ GROUP_DISCONNECTED_REASON_NOT_ON_WHITELIST

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_NOT_ON_WHITELIST = "NotOnWhitelist"
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.

◆ GROUP_DISCONNECTED_REASON_ON_BLACKLIST

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_ON_BLACKLIST = "OnBlacklist"
static

The Rallypoint denied the registration request because the far-end does appears in blackist criteria.

Definition at line 4229 of file ConfigurationObjects.h.

◆ GROUP_DISCONNECTED_REASON_SECURITY_CLASSIFICATION_LEVEL_TOO_HIGH

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_SECURITY_CLASSIFICATION_LEVEL_TOO_HIGH = "SecurityClassificationLevelTooHigh"
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.

◆ GROUP_DISCONNECTED_REASON_UNREGISTERED

ENGAGE_IGNORE_COMPILER_UNUSED_WARNING const char* AppConfigurationObjects::GROUP_DISCONNECTED_REASON_UNREGISTERED = "Unregistered"
static

The group has been gracefully unregistered from the Rallypoint.

Definition at line 4198 of file ConfigurationObjects.h.