Class SamlIdPWebflowConfiguration.SamlIdPWebflowEventsConfiguration

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

@Configuration(value="SamlIdPWebflowEventsConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class SamlIdPWebflowConfiguration.SamlIdPWebflowEventsConfiguration extends Object
  • Constructor Details

    • SamlIdPWebflowEventsConfiguration

      public SamlIdPWebflowEventsConfiguration()
  • Method Details

    • samlIdPAuthenticationContextWebflowEventResolver

      @RefreshScope(proxyMode=DEFAULT) @Bean @ConditionalOnMissingBean(name="samlIdPAuthenticationContextWebflowEventResolver") public org.apereo.cas.web.flow.resolver.CasWebflowEventResolver samlIdPAuthenticationContextWebflowEventResolver(@Qualifier("samlIdPMultifactorAuthenticationTrigger") org.apereo.cas.authentication.MultifactorAuthenticationTrigger samlIdPMultifactorAuthenticationTrigger, @Qualifier("initialAuthenticationAttemptWebflowEventResolver") org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, @Qualifier("casWebflowConfigurationContext") org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)