| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Class> |
DefaultBroadcastServiceConfiguration.loadMethods(ConfigIntf cfg) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigIntf |
UnicastBroadcastMethod.getConfig() |
| Constructor and Description |
|---|
DefaultUnicastBroadcastConfiguration(ConfigIntf cfg) |
| Modifier and Type | Method and Description |
|---|---|
ConfigIntf |
MasterTenant.getConfig() |
ConfigIntf |
Tenant.getConfig() |
ConfigIntf |
SlaveTenant.getConfig() |
ConfigIntf |
TestTenantStub.getConfig() |
abstract ConfigIntf |
AbstractTenant.getConfig() |
ConfigIntf |
SlaveTenant.getOwnConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AbstractTenant.DataSourceHolder> |
SlaveTenant.createAlternativeDataSources(DataSourceFactory factory,
ConfigIntf cfg,
java.util.Collection<HybrisDataSource> createdForRollback) |
protected java.util.List<AbstractTenant.DataSourceHolder> |
AbstractTenant.createAlternativeDataSources(DataSourceFactory defaultFactory,
ConfigIntf cfg,
java.util.Collection<HybrisDataSource> createdForRollback) |
protected DataSourceFactory |
AbstractTenant.createDataSourceFactory(ConfigIntf cfg) |
static java.util.Map<java.lang.String,java.lang.String> |
AbstractTenant.extractCustomDBParams(ConfigIntf cfg) |
static java.util.Map<java.lang.String,java.lang.String> |
AbstractTenant.extractCustomDBParams(ConfigIntf cfg,
boolean stripPrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigIntf |
BaseLazyLoadItemList.getConfig() |
| Constructor and Description |
|---|
ShutdownTokenFileCreator(Token localShutdownToken,
ConfigIntf config) |
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.Map<Config.DatabaseName,java.util.Set<java.lang.Integer>> |
DefaultSQLRecoveryStrategy.mergeRecoverableErrorCodes(ConfigIntf config) |
| Constructor and Description |
|---|
DefaultSQLRecoveryStrategy(ConfigIntf config) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigIntf |
MediaFilter.getConfig()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
HJMPUtils.disablePKLookupRetry(ConfigIntf cfg) |
static java.lang.Object |
HJMPUtils.enablePKLookupRetry(ConfigIntf cfg,
long timeout,
long interval) |
static boolean |
HJMPUtils.isPKLookupRetryEnabled(ConfigIntf cfg) |
static void |
HJMPUtils.restorPKLookupRetry(ConfigIntf cfg,
java.lang.Object token) |
static java.sql.ResultSet |
HJMPUtils.retryMissingPKLookup(java.sql.ResultSet previousResultSet,
java.sql.PreparedStatement pstmt,
ConfigIntf cfg) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigIntf |
SecureConfigurationViewServiceTest.mockConfiguration(java.util.Map<java.lang.String,java.lang.String> blacklist,
java.util.Map<java.lang.String,java.lang.String> regexRules,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String strategy) |
| Constructor and Description |
|---|
SecureConfigurationViewService(java.util.function.Supplier<java.util.Map<java.lang.String,java.lang.String>> envSupplier,
java.util.function.Supplier<java.util.Properties> propertiesSupplier,
java.util.function.Supplier<ConfigIntf> configSupplier)
Mainly for testing purposes.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigIntf |
ItemModelConverter.getConfig()
Encapsulates fetching of
ConfigIntf. |
| Modifier and Type | Method and Description |
|---|---|
ConfigIntf |
MockTenant.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigIntf |
WebAppMediaFilter.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static ConfigIntf |
Utilities.getConfig()
Returns a
ConfigIntf implementation as merged object of all extensions properties. |
ConfigIntf |
CoreUtilities.getPlatformConfig() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfig |
class |
FallbackConfig |
class |
FastHashMapConfig
Implements a
ConfigIntf object using ConcurrentHashMap. |
class |
HybrisConfig
Implements methods for getDatabase/getAppserver and can handle cluster.X.key=value setting for a specific
clusternode.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigIntf |
FallbackConfig.getConfigWithoutFallback() |
| Constructor and Description |
|---|
FallbackConfig(ConfigIntf config,
ConfigIntf fallback) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigIntf |
ValueEncryptor.getConfig()
returns the configuration (object) of the MasterTenanat
|
protected static ConfigIntf |
EncryptionUtil.getConfig() |
| Constructor and Description |
|---|
ValueEncryptor(ConfigIntf cfg,
java.lang.String provider,
java.lang.String signature,
java.util.Map<java.lang.String,javax.crypto.SecretKey> keys,
java.lang.String algorithm) |
ValueEncryptor(ConfigIntf cfg,
java.lang.String provider,
java.lang.String signature,
java.util.Map<java.lang.String,javax.crypto.SecretKey> keys,
java.lang.String algorithm,
java.lang.String defaultSymmetricEncryptionKeyID) |
ValueEncryptor(ConfigIntf cfg,
java.lang.String provider,
java.lang.String signature,
java.lang.String keyID,
java.lang.String algorithm)
old key file support
|
ValueEncryptor(ConfigIntf cfg,
java.lang.String provider,
java.lang.String signature,
java.lang.String key,
java.lang.String keyID,
java.lang.String algorithm)
Deprecated.
since 1811
old key file support
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StaticResourceFilter.addHeaderParamsFromConfig(ConfigIntf config) |
Copyright © 2018 SAP SE. All Rights Reserved.