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