Class CasOAuth20WebflowConfiguration.CasOAuth20WebflowActionConfiguration

  • Enclosing class:
    CasOAuth20WebflowConfiguration

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.webflow.execution.Action oauth20RegisteredServiceUIAction​(org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy oauth20AuthenticationServiceSelectionStrategy, org.apereo.cas.services.ServicesManager servicesManager)  
      • Methods inherited from class java.lang.Object

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

      • CasOAuth20WebflowActionConfiguration

        public CasOAuth20WebflowActionConfiguration()
    • Method Detail

      • oauth20RegisteredServiceUIAction

        @ConditionalOnMissingBean(name="oauth20RegisteredServiceUIAction")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.springframework.webflow.execution.Action oauth20RegisteredServiceUIAction​(@Qualifier("oauth20AuthenticationRequestServiceSelectionStrategy")
                                                                                             org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy oauth20AuthenticationServiceSelectionStrategy,
                                                                                             @Qualifier("servicesManager")
                                                                                             org.apereo.cas.services.ServicesManager servicesManager)