Class OAuth2ComponentAutoConfiguration

java.lang.Object
nl.axians.camel.oauth2.springboot.OAuth2ComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,OAuth2ComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.oauth2"}) @AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class) public class OAuth2ComponentAutoConfiguration extends Object
  • Constructor Details

    • OAuth2ComponentAutoConfiguration

      public OAuth2ComponentAutoConfiguration(org.springframework.context.ApplicationContext theApplicationContext, org.apache.camel.CamelContext theCamelContext, OAuth2ComponentConfiguration theConfiguration)
  • Method Details

    • configureOAuth2Component

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureOAuth2Component()