Package org.apereo.cas.api
Interface AuthenticationRiskContingencyPlan
-
- All Known Implementing Classes:
BaseAuthenticationRiskContingencyPlan,BlockAuthenticationContingencyPlan,MultifactorAuthenticationContingencyPlan
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface AuthenticationRiskContingencyPlanThis isAuthenticationRiskContingencyPlan.- Since:
- 5.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationRiskContingencyResponseexecute(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service, AuthenticationRiskScore score, javax.servlet.http.HttpServletRequest request)Execute authentication risk contingency plan and produce a response.
-
-
-
Method Detail
-
execute
AuthenticationRiskContingencyResponse execute(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service, AuthenticationRiskScore score, javax.servlet.http.HttpServletRequest request)
Execute authentication risk contingency plan and produce a response.- Parameters:
authentication- the authenticationservice- the servicescore- the scorerequest- the request- Returns:
- the authentication risk contingency response
-
-