Class InweboServiceConfiguration


  • @Configuration(value="InweboConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @EnableScheduling
    public class InweboServiceConfiguration
    extends java.lang.Object
    The Inwebo services configuration.
    Since:
    6.4.0
    • Constructor Detail

      • InweboServiceConfiguration

        public InweboServiceConfiguration()
    • Method Detail

      • inweboConsoleAdmin

        @Bean
        @ConditionalOnMissingBean(name="inweboConsoleAdmin")
        @RefreshScope(proxyMode=DEFAULT)
        public InweboConsoleAdmin inweboConsoleAdmin​(@Qualifier("casSslContext")
                                                     org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.CasSSLContext> casSslContext,
                                                     org.apereo.cas.configuration.CasConfigurationProperties casProperties)
                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • inweboService

        @Bean
        @ConditionalOnMissingBean(name="inweboService")
        @RefreshScope(proxyMode=DEFAULT)
        public InweboService inweboService​(@Qualifier("inweboConsoleAdmin")
                                           InweboConsoleAdmin inweboConsoleAdmin,
                                           org.apereo.cas.configuration.CasConfigurationProperties casProperties)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception