Package org.apereo.cas.config
Class GoogleCloudLoggingConfiguration
java.lang.Object
org.apereo.cas.config.GoogleCloudLoggingConfiguration
@AutoConfiguration
@EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
@ConditionalOnFeatureEnabled(feature=Logging,
module="gcp")
public class GoogleCloudLoggingConfiguration
extends Object
This is
GoogleCloudLoggingConfiguration.- Since:
- 7.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.HandlerInterceptororg.springframework.web.servlet.config.annotation.WebMvcConfigurergoogleCloudLoggingWebMvcConfigurer(org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> googleCloudLoggingInterceptor) org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurergoogleCloudWebflowExecutionPlanConfigurer(org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> googleCloudLoggingInterceptor)
-
Constructor Details
-
GoogleCloudLoggingConfiguration
public GoogleCloudLoggingConfiguration()
-
-
Method Details
-
googleCloudLoggingInterceptor
@Bean @ConditionalOnMissingBean(name="googleCloudLoggingInterceptor") public org.springframework.web.servlet.HandlerInterceptor googleCloudLoggingInterceptor() -
googleCloudLoggingWebMvcConfigurer
@Bean @ConditionalOnMissingBean(name="googleCloudLoggingWebMvcConfigurer") public org.springframework.web.servlet.config.annotation.WebMvcConfigurer googleCloudLoggingWebMvcConfigurer(@Qualifier("googleCloudLoggingInterceptor") org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> googleCloudLoggingInterceptor) -
googleCloudWebflowExecutionPlanConfigurer
@ConditionalOnMissingBean(name="googleCloudWebflowExecutionPlanConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer googleCloudWebflowExecutionPlanConfigurer(@Qualifier("googleCloudLoggingInterceptor") org.springframework.beans.factory.ObjectProvider<org.springframework.web.servlet.HandlerInterceptor> googleCloudLoggingInterceptor)
-