Package org.apereo.cas.web.flow.actions
Class RenewAuthenticationRequestCheckAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.RenewAuthenticationRequestCheckAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
- Since:
- 5.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionRenewAuthenticationRequestCheckAction(org.apereo.cas.web.flow.SingleSignOnParticipationStrategy singleSignOnParticipationStrategy) -
Method Summary
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
-
Constructor Details
-
RenewAuthenticationRequestCheckAction
public RenewAuthenticationRequestCheckAction(org.apereo.cas.web.flow.SingleSignOnParticipationStrategy singleSignOnParticipationStrategy)
-