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