Class InweboServiceConfiguration
- java.lang.Object
-
- org.apereo.cas.support.inwebo.config.InweboServiceConfiguration
-
@Configuration(value="InweboConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @EnableScheduling public class InweboServiceConfiguration extends java.lang.ObjectThe Inwebo services configuration.- Since:
- 6.4.0
-
-
Constructor Summary
Constructors Constructor Description InweboServiceConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InweboConsoleAdmininweboConsoleAdmin(org.springframework.beans.factory.ObjectProvider<org.apereo.cas.authentication.CasSSLContext> casSslContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)InweboServiceinweboService(InweboConsoleAdmin inweboConsoleAdmin, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
-
-
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
-
-