Class SamlIdPWebflowConfiguration.SamlIdPConsentSingleSignOnWebflowConfiguration

java.lang.Object
org.apereo.cas.config.SamlIdPWebflowConfiguration.SamlIdPConsentSingleSignOnWebflowConfiguration
Enclosing class:
SamlIdPWebflowConfiguration

@Configuration(value="SamlIdPConsentSingleSignOnWebflowConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnBean(name="consentEngine") public static class SamlIdPWebflowConfiguration.SamlIdPConsentSingleSignOnWebflowConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.web.flow.SingleSignOnParticipationStrategyConfigurer
    samlIdPConsentSingleSignOnParticipationStrategyConfigurer(org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan, org.apereo.cas.consent.ConsentActivationStrategy consentActivationStrategy)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SamlIdPConsentSingleSignOnWebflowConfiguration

      public SamlIdPConsentSingleSignOnWebflowConfiguration()
  • Method Details

    • samlIdPConsentSingleSignOnParticipationStrategyConfigurer

      @Bean @ConditionalOnMissingBean(name="samlIdPConsentSingleSignOnParticipationStrategyConfigurer") @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.SingleSignOnParticipationStrategyConfigurer samlIdPConsentSingleSignOnParticipationStrategyConfigurer(@Qualifier("defaultMultifactorTriggerSelectionStrategy") org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy, @Qualifier("authenticationContextValidator") org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, @Qualifier("servicesManager") org.apereo.cas.services.ServicesManager servicesManager, @Qualifier("defaultTicketRegistrySupport") org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, @Qualifier("authenticationServiceSelectionPlan") org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationServiceSelectionPlan, @Qualifier("consentActivationStrategy") org.apereo.cas.consent.ConsentActivationStrategy consentActivationStrategy)