java.lang.Object | |
↳ | com.samsung.android.knox.zt.config.securelog.SignalConfig |
This class defines an interface named SignalConfig.
API level 38 |
KNOX 3.11 |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SignalConfig.ConfidenceScore | Configuration value of CONFIDENCE_SCORE This can be one of STANDARD , AGGRESSIVE , MORE_AGGRESSIVE , or MOST_AGGRESSIVE . |
||||||||||
SignalConfig.ConfigSignalType | Configuration value of CONFIG_SIGNAL This can be PHISHING . |
||||||||||
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.
API level 38 |
KNOX 3.11 |
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.
API level 38 |
KNOX 3.11 |
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.
API level 38 |
KNOX 3.11 |
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.
API level 38 |
KNOX 3.11 |
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.
API level 38 |
KNOX 3.11 |
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.
API level 38 |
KNOX 3.11 |