Package org.apereo.cas.api
Class AuthenticationRiskScore
- java.lang.Object
-
- org.apereo.cas.api.AuthenticationRiskScore
-
public class AuthenticationRiskScore extends java.lang.ObjectThis isAuthenticationRiskScore.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description AuthenticationRiskScore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisHighestRisk()booleanisLowestRisk()booleanisRiskGreaterThan(double threshold)Is risk greater than the given threshold?
-