Package org.apereo.cas.web.flow
Class BasePasswordlessCasWebflowAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.BaseCasWebflowAction
-
- org.apereo.cas.web.flow.BasePasswordlessCasWebflowAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
- Direct Known Subclasses:
DetermineMultifactorPasswordlessAuthenticationAction,DisplayBeforePasswordlessAuthenticationAction,PasswordlessDetermineDelegatedAuthenticationAction,PrepareForPasswordlessAuthenticationAction,VerifyPasswordlessAccountAuthenticationAction
public abstract class BasePasswordlessCasWebflowAction extends org.apereo.cas.web.flow.actions.BaseCasWebflowActionThis isBasePasswordlessCasWebflowAction.- Since:
- 6.6.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apereo.cas.configuration.CasConfigurationPropertiescasProperties
-
Constructor Summary
Constructors Constructor Description BasePasswordlessCasWebflowAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisDelegatedAuthenticationActiveFor(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.api.PasswordlessUserAccount user)Should delegate authentication for user?protected booleanshouldActivateMultifactorAuthenticationFor(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.api.PasswordlessUserAccount user)Should activate multifactor authentication for user?
-
-
-
Method Detail
-
shouldActivateMultifactorAuthenticationFor
protected boolean shouldActivateMultifactorAuthenticationFor(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.api.PasswordlessUserAccount user)Should activate multifactor authentication for user?- Parameters:
requestContext- the request contextuser- the user- Returns:
- true/false
-
isDelegatedAuthenticationActiveFor
protected boolean isDelegatedAuthenticationActiveFor(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.api.PasswordlessUserAccount user)Should delegate authentication for user?- Parameters:
requestContext- the request contextuser- the user- Returns:
- true/false
-
-