Class 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
    • Field Summary

      • Fields inherited from class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy

        serviceSelectionStrategy, servicesManager, ticketRegistrySupport
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • 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.TriStateBoolean isCreateCookieOnRenewedAuthentication​(org.apereo.cas.web.flow.SingleSignOnParticipationRequest context)  
      boolean isParticipating​(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)  
      boolean supports​(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)  
      • Methods inherited from class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy

        getAuthenticationFrom, getRegisteredService, getTicketGrantingTicketId, getTicketState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy

        getName, getOrder
    • 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)