Class InweboWebflowConfiguration.InweboWebflowActionConfiguration

  • Enclosing class:
    InweboWebflowConfiguration

    @Configuration(value="InweboWebflowActionConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class InweboWebflowConfiguration.InweboWebflowActionConfiguration
    extends java.lang.Object
    • Constructor Detail

      • InweboWebflowActionConfiguration

        public InweboWebflowActionConfiguration()
    • Method Detail

      • inweboPushAuthenticateAction

        @Bean
        @ConditionalOnMissingBean(name="inweboPushAuthenticateAction")
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.webflow.execution.Action inweboPushAuthenticateAction​(@Qualifier("inweboService")
                                                                                         InweboService inweboService)
      • inweboCheckUserAction

        @Bean
        @ConditionalOnMissingBean(name="inweboCheckUserAction")
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.webflow.execution.Action inweboCheckUserAction​(@Qualifier("inweboService")
                                                                                  InweboService inweboService,
                                                                                  org.apereo.cas.configuration.CasConfigurationProperties casProperties)
      • inweboMustEnrollAction

        @Bean
        @ConditionalOnMissingBean(name="inweboMustEnrollAction")
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.webflow.execution.Action inweboMustEnrollAction()
      • inweboCheckAuthenticationAction

        @Bean
        @ConditionalOnMissingBean(name="inweboCheckAuthenticationAction")
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.webflow.execution.Action inweboCheckAuthenticationAction​(@Qualifier("inweboMultifactorAuthenticationWebflowEventResolver")
                                                                                            org.apereo.cas.web.flow.resolver.CasWebflowEventResolver inweboMultifactorAuthenticationWebflowEventResolver,
                                                                                            @Qualifier("inweboService")
                                                                                            InweboService inweboService)
      • inweboSuccessAction

        @Bean
        @ConditionalOnMissingBean(name="inweboSuccessAction")
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.webflow.execution.Action inweboSuccessAction()