Package org.apereo.cas.interrupt.webflow
Class InterruptSingleSignOnParticipationStrategy
- java.lang.Object
-
- org.apereo.cas.interrupt.webflow.InterruptSingleSignOnParticipationStrategy
-
- All Implemented Interfaces:
org.apereo.cas.web.flow.SingleSignOnParticipationStrategy,org.springframework.core.Ordered
public class InterruptSingleSignOnParticipationStrategy extends java.lang.Object implements org.apereo.cas.web.flow.SingleSignOnParticipationStrategy- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description InterruptSingleSignOnParticipationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.util.model.TriStateBooleanisCreateCookieOnRenewedAuthentication(org.springframework.webflow.execution.RequestContext context)booleanisParticipating(org.springframework.webflow.execution.RequestContext ctx)booleansupports(org.springframework.webflow.execution.RequestContext context)
-
-
-
Method Detail
-
supports
public boolean supports(org.springframework.webflow.execution.RequestContext context)
- Specified by:
supportsin interfaceorg.apereo.cas.web.flow.SingleSignOnParticipationStrategy
-
isParticipating
public boolean isParticipating(org.springframework.webflow.execution.RequestContext ctx)
- Specified by:
isParticipatingin interfaceorg.apereo.cas.web.flow.SingleSignOnParticipationStrategy
-
isCreateCookieOnRenewedAuthentication
public org.apereo.cas.util.model.TriStateBoolean isCreateCookieOnRenewedAuthentication(org.springframework.webflow.execution.RequestContext context)
- Specified by:
isCreateCookieOnRenewedAuthenticationin interfaceorg.apereo.cas.web.flow.SingleSignOnParticipationStrategy
-
-