Class AbstractSubscriberConfig
java.lang.Object
com.sap.cloud.spring.boot.mt.config.AbstractSubscriberConfig
- Direct Known Subclasses:
SubscriberConfig,SubscriberWithLiquibaseConfig
Configuration bean that setups a tenant provider, a data source lookup and a routing data source bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected HdiContainerManagercreateHdiContainerManager(DynamicHdiDeploymentParameters hdiDeploymentParas, UserProvidedSchemasExit userProvidedSchemasExit) protected ProvisioningServicecreateProvisioningService(Config config, com.sap.cds.mtx.impl.Authenticator authenticator) protected SidecarAccesscreateSidecar(Config config, com.sap.cds.mtx.impl.Authenticator authenticator) protected com.sap.cloud.mt.tools.api.RequestEnhancergetAuthenticationEnhancer(com.sap.cds.mtx.impl.Authenticator authenticator)
-
Constructor Details
-
AbstractSubscriberConfig
protected AbstractSubscriberConfig()
-
-
Method Details
-
getAuthenticationEnhancer
protected com.sap.cloud.mt.tools.api.RequestEnhancer getAuthenticationEnhancer(com.sap.cds.mtx.impl.Authenticator authenticator) -
createSidecar
protected SidecarAccess createSidecar(Config config, com.sap.cds.mtx.impl.Authenticator authenticator) throws InternalError - Throws:
InternalError
-
createHdiContainerManager
protected HdiContainerManager createHdiContainerManager(DynamicHdiDeploymentParameters hdiDeploymentParas, UserProvidedSchemasExit userProvidedSchemasExit) throws InternalError - Throws:
InternalError
-
createProvisioningService
protected ProvisioningService createProvisioningService(Config config, com.sap.cds.mtx.impl.Authenticator authenticator) throws InternalError - Throws:
InternalError
-
addSidecarDestination
-
addHdiContainerManagerDestination
-
addProvisioningServiceDestination
-