Package org.apereo.cas.impl.engine
Class DefaultAuthenticationRiskEvaluator
- java.lang.Object
-
- org.apereo.cas.impl.engine.DefaultAuthenticationRiskEvaluator
-
- All Implemented Interfaces:
AuthenticationRiskEvaluator
public class DefaultAuthenticationRiskEvaluator extends java.lang.Object implements AuthenticationRiskEvaluator
This isDefaultAuthenticationRiskEvaluator.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticationRiskEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationRiskScoreeval(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service, javax.servlet.http.HttpServletRequest request)Calculate final authentication risk score.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apereo.cas.api.AuthenticationRiskEvaluator
getCalculators
-
-
-
-
Method Detail
-
eval
public AuthenticationRiskScore eval(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service, javax.servlet.http.HttpServletRequest request)
Description copied from interface:AuthenticationRiskEvaluatorCalculate final authentication risk score.- Specified by:
evalin interfaceAuthenticationRiskEvaluator- Parameters:
authentication- the authenticationservice- the servicerequest- the request- Returns:
- the authentication risk score
-
-