@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 |
---|---|
org.springframework.cloud.appbroker.extensions.credentials.CredHubCredentialsGenerator |
credHubCredentialsGenerator(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
Provide a
CredHubCredentialsGenerator bean |
org.springframework.cloud.appbroker.service.CreateServiceInstanceAppBindingWorkflow |
credhubPersistingCreateServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
Provide a
CreateServiceInstanceAppBindingWorkflow bean |
org.springframework.cloud.appbroker.service.DeleteServiceInstanceBindingWorkflow |
credhubPersistingDeleteServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
Provide a
DeleteServiceInstanceBindingWorkflow bean |
@Bean public org.springframework.cloud.appbroker.service.CreateServiceInstanceAppBindingWorkflow credhubPersistingCreateServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
CreateServiceInstanceAppBindingWorkflow
beancredHubOperations
- the ReactiveCredHubOperations bean@Bean public org.springframework.cloud.appbroker.service.DeleteServiceInstanceBindingWorkflow credhubPersistingDeleteServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
DeleteServiceInstanceBindingWorkflow
beancredHubOperations
- the ReactiveCredHubOperations bean@Bean public org.springframework.cloud.appbroker.extensions.credentials.CredHubCredentialsGenerator credHubCredentialsGenerator(org.springframework.credhub.core.ReactiveCredHubOperations credHubOperations)
CredHubCredentialsGenerator
beancredHubOperations
- the ReactiveCredHubOperations bean