Package org.apereo.cas.impl.plans
Class MultifactorAuthenticationContingencyPlan
- java.lang.Object
-
- org.apereo.cas.impl.plans.BaseAuthenticationRiskContingencyPlan
-
- org.apereo.cas.impl.plans.MultifactorAuthenticationContingencyPlan
-
- All Implemented Interfaces:
AuthenticationRiskContingencyPlan
public class MultifactorAuthenticationContingencyPlan extends BaseAuthenticationRiskContingencyPlan
- Since:
- 5.1.0
-
-
Field Summary
-
Fields inherited from class org.apereo.cas.impl.plans.BaseAuthenticationRiskContingencyPlan
applicationContext, casProperties
-
-
Constructor Summary
Constructors Constructor Description MultifactorAuthenticationContingencyPlan(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ApplicationContext applicationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AuthenticationRiskContingencyResponseexecuteInternal(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service, AuthenticationRiskScore score, javax.servlet.http.HttpServletRequest request)Execute authentication risk contingency plan.-
Methods inherited from class org.apereo.cas.impl.plans.BaseAuthenticationRiskContingencyPlan
execute, getNotifiers
-
-
-
-
Method Detail
-
executeInternal
protected AuthenticationRiskContingencyResponse executeInternal(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service, AuthenticationRiskScore score, javax.servlet.http.HttpServletRequest request)
Description copied from class:BaseAuthenticationRiskContingencyPlanExecute authentication risk contingency plan.- Overrides:
executeInternalin classBaseAuthenticationRiskContingencyPlan- Parameters:
authentication- the authenticationservice- the servicescore- the scorerequest- the request- Returns:
- the authentication risk contingency response. May be null.
-
-