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_PRECEDENCE

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

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    BaseSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy)
    Creates a new BaseSingleSignOnParticipationStrategy instance.
  • Method Summary

    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, 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 new BaseSingleSignOnParticipationStrategy instance.
      Parameters:
      servicesManager - The Services manager.
      ticketRegistrySupport - The Ticket registry support.
      serviceSelectionStrategy - The Service selection strategy.