Threats Class

public final class Threats
extends ExpandableStringEnum<Threats>

Threats impact of the assessment.

Field Summary

Modifier and Type Field and Description
static final Threats ACCOUNT_BREACH

Static value accountBreach for Threats.

static final Threats DATA_EXFILTRATION

Static value dataExfiltration for Threats.

static final Threats DATA_SPILLAGE

Static value dataSpillage for Threats.

static final Threats DENIAL_OF_SERVICE

Static value denialOfService for Threats.

static final Threats ELEVATION_OF_PRIVILEGE

Static value elevationOfPrivilege for Threats.

static final Threats MALICIOUS_INSIDER

Static value maliciousInsider for Threats.

static final Threats MISSING_COVERAGE

Static value missingCoverage for Threats.

static final Threats THREAT_RESISTANCE

Static value threatResistance for Threats.

Constructor Summary

Constructor Description
Threats()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Threats value.

Method Summary

Modifier and Type Method and Description
static Threats fromString(String name)

Creates or finds a Threats from its string representation.

static Collection<Threats> values()

Gets known Threats values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACCOUNT_BREACH

public static final Threats ACCOUNT_BREACH

Static value accountBreach for Threats.

DATA_EXFILTRATION

public static final Threats DATA_EXFILTRATION

Static value dataExfiltration for Threats.

DATA_SPILLAGE

public static final Threats DATA_SPILLAGE

Static value dataSpillage for Threats.

DENIAL_OF_SERVICE

public static final Threats DENIAL_OF_SERVICE

Static value denialOfService for Threats.

ELEVATION_OF_PRIVILEGE

public static final Threats ELEVATION_OF_PRIVILEGE

Static value elevationOfPrivilege for Threats.

MALICIOUS_INSIDER

public static final Threats MALICIOUS_INSIDER

Static value maliciousInsider for Threats.

MISSING_COVERAGE

public static final Threats MISSING_COVERAGE

Static value missingCoverage for Threats.

THREAT_RESISTANCE

public static final Threats THREAT_RESISTANCE

Static value threatResistance for Threats.

Constructor Details

Threats

@Deprecated
public Threats()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Threats value.

Method Details

fromString

public static Threats fromString(String name)

Creates or finds a Threats from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding Threats.

values

public static Collection<Threats> values()

Gets known Threats values.

Returns:

known Threats values.

Applies to