Package org.apereo.cas.interrupt.webflow
Class InterruptSingleSignOnParticipationStrategy
- java.lang.Object
-
- org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
-
- org.apereo.cas.interrupt.webflow.InterruptSingleSignOnParticipationStrategy
-
- All Implemented Interfaces:
org.apereo.cas.web.flow.SingleSignOnParticipationStrategy,org.springframework.core.Ordered
public class InterruptSingleSignOnParticipationStrategy extends org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description InterruptSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.util.model.TriStateBooleanisCreateCookieOnRenewedAuthentication(org.apereo.cas.web.flow.SingleSignOnParticipationRequest context)booleanisParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)booleansupports(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)-
Methods inherited from class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
getAuthenticationFrom, getRegisteredService, getTicketGrantingTicketId, getTicketState
-
-
-
-
Constructor Detail
-
InterruptSingleSignOnParticipationStrategy
public InterruptSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy)
-
-
Method Detail
-
supports
public boolean supports(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
-
isParticipating
public boolean isParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
-
isCreateCookieOnRenewedAuthentication
public org.apereo.cas.util.model.TriStateBoolean isCreateCookieOnRenewedAuthentication(org.apereo.cas.web.flow.SingleSignOnParticipationRequest context)
-
-