@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.openstack.keystone.springboot.KeystoneComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,KeystoneComponentConfiguration.class}) public class KeystoneComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
KeystoneComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.openstack.keystone.KeystoneComponent |
configureKeystoneComponent() |
@Lazy
@Bean(name="openstack-keystone-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.openstack.keystone.KeystoneComponent.class)
public org.apache.camel.component.openstack.keystone.KeystoneComponent configureKeystoneComponent()
throws Exception
ExceptionApache Camel