| Package | Description |
|---|---|
| us.springett.owasp.riskrating | |
| us.springett.owasp.riskrating.factors |
| Modifier and Type | Method and Description |
|---|---|
ThreatAgentFactor.Motive |
OwaspRiskRating.getMotive() |
| Modifier and Type | Method and Description |
|---|---|
OwaspRiskRating |
OwaspRiskRating.with(ThreatAgentFactor.Motive motive) |
| Modifier and Type | Method and Description |
|---|---|
static ThreatAgentFactor.Motive |
ThreatAgentFactor.Motive.fromDouble(double level) |
static ThreatAgentFactor.Motive |
ThreatAgentFactor.Motive.fromString(String level) |
static ThreatAgentFactor.Motive |
ThreatAgentFactor.Motive.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreatAgentFactor.Motive[] |
ThreatAgentFactor.Motive.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019–2022. All rights reserved.