Class ChainingSingleSignOnParticipationStrategy

java.lang.Object
org.apereo.cas.web.flow.ChainingSingleSignOnParticipationStrategy
All Implemented Interfaces:
org.apereo.cas.util.NamedObject, org.apereo.cas.web.flow.SingleSignOnParticipationStrategy, org.springframework.core.Ordered

public class ChainingSingleSignOnParticipationStrategy extends 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

    Fields inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addStrategy(List<org.apereo.cas.web.flow.SingleSignOnParticipationStrategy> provider)
    Add providers.
    void
    addStrategy(org.apereo.cas.web.flow.SingleSignOnParticipationStrategy provider)
    Add provider.
    org.apereo.cas.configuration.support.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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apereo.cas.util.NamedObject

    getName

    Methods inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy

    getOrder
  • Constructor Details

    • ChainingSingleSignOnParticipationStrategy

      public ChainingSingleSignOnParticipationStrategy()
  • Method Details

    • addStrategy

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

      public void addStrategy(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) throws Throwable
      Specified by:
      isParticipating in interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
      Throws:
      Throwable
    • 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.configuration.support.TriStateBoolean isCreateCookieOnRenewedAuthentication(org.apereo.cas.web.flow.SingleSignOnParticipationRequest context)
      Specified by:
      isCreateCookieOnRenewedAuthentication in interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy