Class SamlIdPConsentSingleSignOnParticipationStrategy

java.lang.Object
org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
org.apereo.cas.support.saml.web.idp.web.SamlIdPSingleSignOnParticipationStrategy
org.apereo.cas.support.saml.web.consent.SamlIdPConsentSingleSignOnParticipationStrategy
All Implemented Interfaces:
org.apereo.cas.web.flow.SingleSignOnParticipationStrategy, org.springframework.core.Ordered

public class SamlIdPConsentSingleSignOnParticipationStrategy extends SamlIdPSingleSignOnParticipationStrategy
Since:
6.5.0
  • Field Summary

    Fields inherited from class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy

    serviceSelectionStrategy, servicesManager, ticketRegistrySupport

    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
    SamlIdPConsentSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.consent.ConsentActivationStrategy consentActivationStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy triggerSelectionStrategy)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
     

    Methods inherited from class org.apereo.cas.support.saml.web.idp.web.SamlIdPSingleSignOnParticipationStrategy

    resolveMultifactorAuthenticationTrigger, supports

    Methods inherited from class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy

    getAuthenticationFrom, getRegisteredService, getTicketGrantingTicketId, getTicketState

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    getName, getOrder, isCreateCookieOnRenewedAuthentication
  • Constructor Details

    • SamlIdPConsentSingleSignOnParticipationStrategy

      public SamlIdPConsentSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.consent.ConsentActivationStrategy consentActivationStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy triggerSelectionStrategy)
  • Method Details

    • isParticipating

      public boolean isParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
      Specified by:
      isParticipating in interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
      Overrides:
      isParticipating in class SamlIdPSingleSignOnParticipationStrategy