Class RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy

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

public class RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy extends BaseSingleSignOnParticipationStrategy
Since:
6.2.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
    RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.authentication.AuthenticationEventExecutionPlan executionPlan, org.springframework.context.ConfigurableApplicationContext applicationContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    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

    isCreateCookieOnRenewedAuthentication
  • Constructor Details

    • RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy

      public RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.authentication.AuthenticationEventExecutionPlan executionPlan, org.springframework.context.ConfigurableApplicationContext applicationContext)
  • Method Details

    • isParticipating

      public boolean isParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
    • supports

      public boolean supports(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
    • getOrder

      public int getOrder()