public class AuthenticationRiskScore
extends java.lang.Object
AuthenticationRiskScore
.Constructor and Description |
---|
AuthenticationRiskScore(java.math.BigDecimal score) |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getScore() |
boolean |
isHighestRisk() |
boolean |
isLowestRisk() |
boolean |
isRiskGreaterThan(double threshold)
Is risk greater than the given threshold?
|
java.lang.String |
toString() |
public AuthenticationRiskScore(java.math.BigDecimal score)
public java.math.BigDecimal getScore()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isHighestRisk()
public boolean isLowestRisk()
public boolean isRiskGreaterThan(double threshold)
threshold
- the threshold