public interface AuthenticationRiskEvaluator
AuthenticationRiskEvaluator
.Modifier and Type | Method and Description |
---|---|
AuthenticationRiskScore |
eval(Authentication authentication,
RegisteredService service,
javax.servlet.http.HttpServletRequest request)
Calculate final authentication risk score.
|
java.util.Set<AuthenticationRequestRiskCalculator> |
getCalculators()
Gets calculators.
|
java.util.Set<AuthenticationRequestRiskCalculator> getCalculators()
AuthenticationRiskScore eval(Authentication authentication, RegisteredService service, javax.servlet.http.HttpServletRequest request)
authentication
- the authenticationservice
- the servicerequest
- the request