Package org.apereo.cas.api
Interface AuthenticationRiskMitigator
-
- All Known Implementing Classes:
DefaultAuthenticationRiskMitigator
public interface AuthenticationRiskMitigatorThis isAuthenticationRiskMitigator.- Since:
- 5.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationRiskContingencyPlangetContingencyPlan()Gets contingency plans.AuthenticationRiskContingencyResponsemitigate(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service, AuthenticationRiskScore score, javax.servlet.http.HttpServletRequest request)Mitigate.
-
-
-
Method Detail
-
getContingencyPlan
AuthenticationRiskContingencyPlan getContingencyPlan()
Gets contingency plans.- Returns:
- the contingency plans
-
mitigate
AuthenticationRiskContingencyResponse mitigate(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service, AuthenticationRiskScore score, javax.servlet.http.HttpServletRequest request)
Mitigate.- Parameters:
authentication- the authenticationservice- the servicescore- the scorerequest- the request- Returns:
- the responses
-
-