@Configuration @AutoConfigureBefore(value=AppBrokerAutoConfiguration.class) @AutoConfigureAfter(value=org.springframework.credhub.autoconfig.CredHubTemplateAutoConfiguration.class) @ConditionalOnClass(value=org.springframework.credhub.core.CredHubOperations.class) @ConditionalOnBean(value=org.springframework.credhub.core.CredHubOperations.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.CredHubOperations credHubOperations) |
org.springframework.cloud.appbroker.service.CreateServiceInstanceAppBindingWorkflow |
credhubPersistingCreateServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.CredHubOperations credHubOperations) |
org.springframework.cloud.appbroker.service.DeleteServiceInstanceBindingWorkflow |
credhubPersistingDeleteServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.CredHubOperations credHubOperations) |
@Bean public org.springframework.cloud.appbroker.service.CreateServiceInstanceAppBindingWorkflow credhubPersistingCreateServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.CredHubOperations credHubOperations)
@Bean public org.springframework.cloud.appbroker.service.DeleteServiceInstanceBindingWorkflow credhubPersistingDeleteServiceInstanceAppBindingWorkflow(org.springframework.credhub.core.CredHubOperations credHubOperations)
@Bean public org.springframework.cloud.appbroker.extensions.credentials.CredHubCredentialsGenerator credHubCredentialsGenerator(org.springframework.credhub.core.CredHubOperations credHubOperations)