Package org.apereo.cas.web.flow
Class DefaultSingleSignOnParticipationStrategy
java.lang.Object
org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
org.apereo.cas.web.flow.DefaultSingleSignOnParticipationStrategy
- All Implemented Interfaces:
org.apereo.cas.util.NamedObject,org.apereo.cas.web.flow.SingleSignOnParticipationStrategy,org.springframework.core.Ordered
- Since:
- 5.2.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
BEAN_NAME -
Constructor Summary
ConstructorsConstructorDescriptionDefaultSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.configuration.model.core.sso.SingleSignOnProperties properties, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy) -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()org.apereo.cas.configuration.model.core.sso.SingleSignOnPropertiesorg.apereo.cas.configuration.support.TriStateBooleanisCreateCookieOnRenewedAuthentication(org.apereo.cas.web.flow.SingleSignOnParticipationRequest context) booleanisParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) voidsetOrder(int order) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.util.NamedObject
getNameMethods inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
supports
-
Constructor Details
-
DefaultSingleSignOnParticipationStrategy
public DefaultSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.configuration.model.core.sso.SingleSignOnProperties properties, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy)
-
-
Method Details
-
isParticipating
public boolean isParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) -
isCreateCookieOnRenewedAuthentication
public org.apereo.cas.configuration.support.TriStateBoolean isCreateCookieOnRenewedAuthentication(org.apereo.cas.web.flow.SingleSignOnParticipationRequest context) -
getProperties
public org.apereo.cas.configuration.model.core.sso.SingleSignOnProperties getProperties() -
getOrder
public int getOrder() -
setOrder
public void setOrder(int order)
-