Class SamlIdPSingleSignOnParticipationStrategy

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

public class SamlIdPSingleSignOnParticipationStrategy extends org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
Since:
6.4.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
    SamlIdPSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
     
    protected Optional<org.apereo.cas.authentication.MultifactorAuthenticationProvider>
    resolveMultifactorAuthenticationTrigger(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
     
    boolean
    supports(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
     

    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

    • SamlIdPSingleSignOnParticipationStrategy

      public SamlIdPSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy)
  • Method Details

    • isParticipating

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

      protected Optional<org.apereo.cas.authentication.MultifactorAuthenticationProvider> resolveMultifactorAuthenticationTrigger(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
    • supports

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