Class CasMultifactorAuthenticationWebflowConfiguration.CasMultifactorAuthenticationWebflowRankedEventConfiguration

  • Enclosing class:
    CasMultifactorAuthenticationWebflowConfiguration

    @Configuration(value="CasMultifactorAuthenticationWebflowRankedEventConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class CasMultifactorAuthenticationWebflowConfiguration.CasMultifactorAuthenticationWebflowRankedEventConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver rankedAuthenticationProviderWebflowEventResolver​(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.web.flow.SingleSignOnParticipationStrategy webflowSingleSignOnParticipationStrategy)  
      • Methods inherited from class java.lang.Object

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

      • CasMultifactorAuthenticationWebflowRankedEventConfiguration

        public CasMultifactorAuthenticationWebflowRankedEventConfiguration()
    • Method Detail

      • rankedAuthenticationProviderWebflowEventResolver

        @ConditionalOnMissingBean(name="rankedAuthenticationProviderWebflowEventResolver")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver rankedAuthenticationProviderWebflowEventResolver​(@Qualifier("initialAuthenticationAttemptWebflowEventResolver")
                                                                                                                                   org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver,
                                                                                                                                   @Qualifier("casWebflowConfigurationContext")
                                                                                                                                   org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext,
                                                                                                                                   @Qualifier("authenticationContextValidator")
                                                                                                                                   org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator,
                                                                                                                                   @Qualifier("singleSignOnParticipationStrategy")
                                                                                                                                   org.apereo.cas.web.flow.SingleSignOnParticipationStrategy webflowSingleSignOnParticipationStrategy)