Class IAMComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.huaweicloud.iam.springboot.IAMComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,IAMComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.hwcloud-iam"}) @AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class) public class IAMComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • IAMComponentAutoConfiguration

      public IAMComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureIAMComponent

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