Package org.apereo.cas.web.flow
Class BaseSingleSignOnParticipationStrategy
java.lang.Object
org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
- All Implemented Interfaces:
org.apereo.cas.util.NamedObject,org.apereo.cas.web.flow.SingleSignOnParticipationStrategy,org.springframework.core.Ordered
- Direct Known Subclasses:
DefaultSingleSignOnParticipationStrategy,RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy
public abstract class BaseSingleSignOnParticipationStrategy
extends Object
implements org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
- Since:
- 6.4.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
ConstructorsConstructorDescriptionBaseSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy) Creates a newBaseSingleSignOnParticipationStrategyinstance. -
Method Summary
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
getOrder, isCreateCookieOnRenewedAuthentication, isParticipating, supports
-
Constructor Details
-
BaseSingleSignOnParticipationStrategy
public BaseSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy) Creates a newBaseSingleSignOnParticipationStrategyinstance.- Parameters:
servicesManager- The Services manager.ticketRegistrySupport- The Ticket registry support.serviceSelectionStrategy- The Service selection strategy.
-