• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
BBDThreatIdentity Class Reference

Determine whether current application activity matches the behavior and identity of the authorized user. More...

#import <BlackBerryDynamics/GD/GDThreatIdentity.h>

Inheritance diagram for BBDThreatIdentity:
BBDThreat

Description

Requires BlackBerry Persona to be enabled.

Instance Methods

(instancetype) - NS_DESIGNATED_INITIALIZER
 Creates an instance of BBDThreatIdentity. More...
 
- Instance Methods inherited from BBDThreat
(BBDThreatType- getType
 Indicate the type of threat being checked. More...
 
(long) - getEvaluatedTime
 Determine when the check last completed. More...
 
(BBDThreatLevel- getRiskLevel
 Return the level of risk posed by the threat. More...
 
(BOOL) - getDetectionEnabled
 Check whether the threat is being evaluated. More...
 
(NSString *) - getInfo
 Get information on possible remediation actions to the threat. More...
 
(instancetype) - NS_UNAVAILABLE
 Only the subclasses of BBDThreat maybe instantiated. More...
 

Properties

BBDThreatLevel behaviouralLocationRisk
 Determine a user’s security risk level based on behavior and usage analysis. More...
 
BBDThreatLevel egressIPRisk
 Determine a user’s security risk level based on ip address analysis. More...
 
BBDThreatLevel continuousAuthenticationRisk
 Determine a user’s security risk level based on app anomal detection. More...
 
BBDThreatLevel networkAnomalyRisk
 Determine a user’s security risk level based on network anomlay detection. More...
 

Additional Inherited Members

- Class Methods inherited from BBDThreat
(instancetype) + NS_UNAVAILABLE
 

Method Documentation

◆ NS_DESIGNATED_INITIALIZER

- (instancetype) NS_DESIGNATED_INITIALIZER

Property Documentation

◆ behaviouralLocationRisk

- (BBDThreatLevel) behaviouralLocationRisk
readnonatomicassign

Determine a user’s security risk level based on behavior and usage analysis.

Returns
BBDThreatLevel

◆ egressIPRisk

- (BBDThreatLevel) egressIPRisk
readnonatomicassign
Returns
BBDThreatLevel

◆ continuousAuthenticationRisk

- (BBDThreatLevel) continuousAuthenticationRisk
readnonatomicassign
Returns
BBDThreatLevel

◆ networkAnomalyRisk

- (BBDThreatLevel) networkAnomalyRisk
readnonatomicassign
Returns
BBDThreatLevel

The documentation for this class was generated from the following file: