Package org.apereo.cas.impl.engine
Class DefaultAuthenticationRiskMitigator
- java.lang.Object
-
- org.apereo.cas.impl.engine.DefaultAuthenticationRiskMitigator
-
- All Implemented Interfaces:
AuthenticationRiskMitigator
public class DefaultAuthenticationRiskMitigator extends java.lang.Object implements AuthenticationRiskMitigator
This isDefaultAuthenticationRiskMitigator.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticationRiskMitigator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationRiskContingencyResponsemitigate(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service, AuthenticationRiskScore score, javax.servlet.http.HttpServletRequest request)Mitigate.-
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.AuthenticationRiskMitigator
getContingencyPlan
-
-
-
-
Method Detail
-
mitigate
public AuthenticationRiskContingencyResponse mitigate(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service, AuthenticationRiskScore score, javax.servlet.http.HttpServletRequest request)
Description copied from interface:AuthenticationRiskMitigatorMitigate.- Specified by:
mitigatein interfaceAuthenticationRiskMitigator- Parameters:
authentication- the authenticationservice- the servicescore- the scorerequest- the request- Returns:
- the responses
-
-