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

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.util.model.TriStateBoolean isCreateCookieOnRenewedAuthentication​(org.springframework.webflow.execution.RequestContext context)  
      boolean isParticipating​(org.springframework.webflow.execution.RequestContext ctx)  
      boolean supports​(org.springframework.webflow.execution.RequestContext context)  
      • 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

        getOrder
    • Constructor Detail

      • InterruptSingleSignOnParticipationStrategy

        public InterruptSingleSignOnParticipationStrategy()
    • Method Detail

      • supports

        public boolean supports​(org.springframework.webflow.execution.RequestContext context)
        Specified by:
        supports in interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
      • isParticipating

        public boolean isParticipating​(org.springframework.webflow.execution.RequestContext ctx)
        Specified by:
        isParticipating in interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
      • isCreateCookieOnRenewedAuthentication

        public org.apereo.cas.util.model.TriStateBoolean isCreateCookieOnRenewedAuthentication​(org.springframework.webflow.execution.RequestContext context)
        Specified by:
        isCreateCookieOnRenewedAuthentication in interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy