Package org.apereo.cas.web.flow
Class ChainingSingleSignOnParticipationStrategy
- java.lang.Object
-
- org.apereo.cas.web.flow.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
-
-
Constructor Summary
Constructors Constructor Description ChainingSingleSignOnParticipationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStrategy(java.util.List<org.apereo.cas.web.flow.SingleSignOnParticipationStrategy> provider)Add providers.voidaddStrategy(org.apereo.cas.web.flow.SingleSignOnParticipationStrategy provider)Add provider.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)
-
-
-
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:
isParticipatingin interfaceorg.apereo.cas.web.flow.SingleSignOnParticipationStrategy
-
supports
public boolean supports(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
- Specified by:
supportsin interfaceorg.apereo.cas.web.flow.SingleSignOnParticipationStrategy
-
isCreateCookieOnRenewedAuthentication
public org.apereo.cas.util.model.TriStateBoolean isCreateCookieOnRenewedAuthentication(org.apereo.cas.web.flow.SingleSignOnParticipationRequest context)
- Specified by:
isCreateCookieOnRenewedAuthenticationin interfaceorg.apereo.cas.web.flow.SingleSignOnParticipationStrategy
-
-