Uses of Class
com.sap.cloud.spring.boot.mt.config.Config
Packages that use Config
-
Uses of Config in com.sap.cloud.spring.boot.mt.config
Methods in com.sap.cloud.spring.boot.mt.config with parameters of type ConfigModifier and TypeMethodDescriptionprotected ProvisioningServiceAbstractSubscriberConfig.createProvisioningService(Config config, com.sap.cds.mtx.impl.Authenticator authenticator) protected SidecarAccessAbstractSubscriberConfig.createSidecar(Config config, com.sap.cds.mtx.impl.Authenticator authenticator) DynamicHdiDeploymentParametersConfig.dynamicHdiDeploymentParameters(Config config) InstanceLifecycleManagerConfig.instanceLifecycleManagerForManagedHana(com.sap.xsa.core.instancemanager.client.ServiceManagerClient serviceManagerClient, DbIdentifiers dbIdentifiers, Config config) SubscriberConfig.subscriber(InstanceLifecycleManager instanceLifecycleManager, UnSubscribeExit unSubscribeExit, SubscribeExit subscribeExit, DependencyExit dependencyExit, InitDbExit initDbExit, UserProvidedSchemasExit userProvidedSchemasExit, SaasRegistry saasRegistry, SecurityChecker securityChecker, DynamicHdiDeploymentParameters hdiDeploymentParas, Config config, com.sap.cds.mtx.impl.Authenticator authenticator) SubscriberWithLiquibaseConfig.subscriber(InstanceLifecycleManager instanceLifecycleManager, UnSubscribeExit unSubscribeExit, SubscribeExit subscribeExit, DependencyExit dependencyExit, InitDbExit initDbExit, UserProvidedSchemasExit userProvidedSchemasExit, SaasRegistry saasRegistry, SecurityChecker securityChecker, DynamicHdiDeploymentParameters hdiDeploymentParas, LiquibaseResourceAccessor liquibaseResourceAccessor, org.springframework.core.io.ResourceLoader resourceLoader, Config config, LiquibaseConfig liquibaseConfig, com.sap.cds.mtx.impl.Authenticator authenticator) SubscriberConfig.subscriberAsyncExits(InstanceLifecycleManager instanceLifecycleManager, UnSubscribeExit unSubscribeExit, SubscribeExit subscribeExit, DependencyExit dependencyExit, InitDbExit initDbExit, UserProvidedSchemasExit userProvidedSchemasExit, SaasRegistry saasRegistry, SecurityChecker securityChecker, DynamicHdiDeploymentParameters hdiDeploymentParas, Config config, com.sap.cds.mtx.impl.Authenticator authenticator) SubscriberWithLiquibaseConfig.subscriberWithAsyncExist(InstanceLifecycleManager instanceLifecycleManager, UnSubscribeExit unSubscribeExit, SubscribeExit subscribeExit, DependencyExit dependencyExit, InitDbExit initDbExit, UserProvidedSchemasExit userProvidedSchemasExit, SaasRegistry saasRegistry, SecurityChecker securityChecker, DynamicHdiDeploymentParameters hdiDeploymentParas, LiquibaseResourceAccessor liquibaseResourceAccessor, org.springframework.core.io.ResourceLoader resourceLoader, Config config, LiquibaseConfig liquibaseConfig, com.sap.cds.mtx.impl.Authenticator authenticator) Constructors in com.sap.cloud.spring.boot.mt.config with parameters of type ConfigModifierConstructorDescriptionBeanConfig(Config config) DbHealthIndicator(TenantAwareDataSource dataSource, Config config, DbIdentifiers dbIdentifiers) SecurityCheckerWithJavaSecurityImpl(Config config, Supplier<com.sap.cloud.security.token.AccessToken> accessTokenSupplier)