Since: API level 38
public class

SignalConfig

extends Object
java.lang.Object
   ↳ com.samsung.android.knox.zt.config.securelog.SignalConfig

Class Overview

This class defines an interface named SignalConfig.

Since
API level 38
KNOX 3.11

Summary

Nested Classes
@interface SignalConfig.ConfidenceScore Configuration value of CONFIDENCE_SCORE
This can be one of STANDARD, AGGRESSIVE, MORE_AGGRESSIVE, or MOST_AGGRESSIVE
@interface SignalConfig.ConfigSignalType Configuration value of CONFIG_SIGNAL
This can be PHISHING
@interface SignalConfig.PhishingConfig Configuration value of PHISHING
This can be CONFIDENCE_SCORE
Constants
String AGGRESSIVE Aggressive configuration value among the CONFIDENCE_SCORE value configuration values.
String CONFIDENCE_SCORE Confidence score configuration value among the PHISHING value configuration values.
String MORE_AGGRESSIVE More aggressive configuration value among the CONFIDENCE_SCORE value configuration values.
String MOST_AGGRESSIVE Most aggressive configuration value among the CONFIDENCE_SCORE value configuration values.
String PHISHING Phishing configuration value among the CONFIG_SIGNAL value configuration values.
String STANDARD Standard configuration value among the CONFIDENCE_SCORE value configuration values.
Public Constructors
SignalConfig()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AGGRESSIVE

Since: API level 38

Aggressive configuration value among the CONFIDENCE_SCORE value configuration values.
This is one of CONFIDENCE_SCORE configuration value.
This value is belonging to the SignalConfig.ConfidenceScore interface.

Since
API level 38
KNOX 3.11
Constant Value: "Aggressive"

public static final String CONFIDENCE_SCORE

Since: API level 38

Confidence score configuration value among the PHISHING value configuration values.
This is one of PHISHING configuration value.
It has a string composed of SignalConfig.ConfidenceScore as a value.
This value is belonging to the SignalConfig.PhishingConfig interface.

Since
API level 38
KNOX 3.11
Constant Value: "confidenceScore"

public static final String MORE_AGGRESSIVE

Since: API level 38

More aggressive configuration value among the CONFIDENCE_SCORE value configuration values.
This is one of CONFIDENCE_SCORE configuration value.
This value is belonging to the SignalConfig.ConfidenceScore interface.

Since
API level 38
KNOX 3.11
Constant Value: "MoreAggressive"

public static final String MOST_AGGRESSIVE

Since: API level 38

Most aggressive configuration value among the CONFIDENCE_SCORE value configuration values.
This is one of CONFIDENCE_SCORE configuration value.
This value is belonging to the SignalConfig.ConfidenceScore interface.

Since
API level 38
KNOX 3.11
Constant Value: "MostAggressive"

public static final String PHISHING

Since: API level 38

Phishing configuration value among the CONFIG_SIGNAL value configuration values.
This is one of CONFIG_SIGNAL configuration value.
It has the json type value which is json consists of SignalConfig.PhishingConfig. This value is belonging to the SignalConfig.ConfigSignalType interface.

Since
API level 38
KNOX 3.11
Constant Value: "phishing"

public static final String STANDARD

Since: API level 38

Standard configuration value among the CONFIDENCE_SCORE value configuration values.
This is one of CONFIDENCE_SCORE configuration value.
This value is belonging to the SignalConfig.ConfidenceScore interface.

Since
API level 38
KNOX 3.11
Constant Value: "Standard"

Public Constructors

public SignalConfig ()

Since: API level 38