Class ChainingSingleSignOnParticipationStrategy

  • All Implemented Interfaces:
    org.apereo.cas.web.flow.SingleSignOnParticipationStrategy, org.springframework.core.Ordered

    public class ChainingSingleSignOnParticipationStrategy
    extends java.lang.Object
    implements org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
    Since:
    6.1.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
      void addStrategy​(java.util.List<org.apereo.cas.web.flow.SingleSignOnParticipationStrategy> provider)
      Add providers.
      void addStrategy​(org.apereo.cas.web.flow.SingleSignOnParticipationStrategy provider)
      Add provider.
      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 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

      • ChainingSingleSignOnParticipationStrategy

        public ChainingSingleSignOnParticipationStrategy()
    • Method Detail

      • addStrategy

        public void addStrategy​(org.apereo.cas.web.flow.SingleSignOnParticipationStrategy provider)
        Add provider.
        Parameters:
        provider - the provider
      • addStrategy

        public void addStrategy​(java.util.List<org.apereo.cas.web.flow.SingleSignOnParticipationStrategy> provider)
        Add providers.
        Parameters:
        provider - the provider
      • isParticipating

        public boolean isParticipating​(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
        Specified by:
        isParticipating in interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
      • supports

        public boolean supports​(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
        Specified by:
        supports in interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
      • isCreateCookieOnRenewedAuthentication

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