@Configuration @AutoConfigureBefore(value=AppBrokerAutoConfiguration.class) @AutoConfigureAfter(value=org.springframework.credhub.autoconfig.CredHubTemplateAutoConfiguration.class) @ConditionalOnClass(value=org.springframework.credhub.core.ReactiveCredHubOperations.class) @ConditionalOnBean(value=org.springframework.credhub.core.ReactiveCredHubOperations.class) public class CredHubAutoConfiguration extends Object
Constructor and Description |
---|
CredHubAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
CredHubCredentialsGenerator |
credHubCredentialsGenerator(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
Provide a
CredHubCredentialsGenerator bean |
CreateServiceInstanceAppBindingWorkflow |
credhubPersistingCreateServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
Provide a
CreateServiceInstanceAppBindingWorkflow bean |
DeleteServiceInstanceBindingWorkflow |
credhubPersistingDeleteServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
Provide a
DeleteServiceInstanceBindingWorkflow bean |
@Bean public CreateServiceInstanceAppBindingWorkflow credhubPersistingCreateServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
CreateServiceInstanceAppBindingWorkflow
beancredHubOperations
- the ReactiveCredHubOperations bean@Bean public DeleteServiceInstanceBindingWorkflow credhubPersistingDeleteServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
DeleteServiceInstanceBindingWorkflow
beancredHubOperations
- the ReactiveCredHubOperations bean@Bean public CredHubCredentialsGenerator credHubCredentialsGenerator(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
CredHubCredentialsGenerator
beancredHubOperations
- the ReactiveCredHubOperations bean