| Modifier and Type | Method and Description |
|---|---|
protected Map<String,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() |
abstract ConfigIntf |
AbstractTenant.getConfig() |
ConfigIntf |
SlaveTenant.getConfig() |
ConfigIntf |
TestTenantStub.getConfig() |
ConfigIntf |
SlaveTenant.getOwnConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractTenant.DataSourceHolder> |
AbstractTenant.createAlternativeDataSources(DataSourceFactory defaultFactory,
ConfigIntf cfg,
Collection<HybrisDataSource> createdForRollback) |
protected List<AbstractTenant.DataSourceHolder> |
SlaveTenant.createAlternativeDataSources(DataSourceFactory factory,
ConfigIntf cfg,
Collection<HybrisDataSource> createdForRollback) |
protected DataSourceFactory |
AbstractTenant.createDataSourceFactory(ConfigIntf cfg) |
static Map<String,String> |
AbstractTenant.extractCustomDBParams(ConfigIntf cfg) |
static Map<String,String> |
AbstractTenant.extractCustomDBParams(ConfigIntf cfg,
boolean stripPrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigIntf |
BaseLazyLoadItemList.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigIntf |
MediaFilter.getConfig()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
HJMPUtils.disablePKLookupRetry(ConfigIntf cfg) |
static Object |
HJMPUtils.enablePKLookupRetry(ConfigIntf cfg,
long timeout,
long interval) |
static boolean |
HJMPUtils.isPKLookupRetryEnabled(ConfigIntf cfg) |
static void |
HJMPUtils.restorPKLookupRetry(ConfigIntf cfg,
Object token) |
static ResultSet |
HJMPUtils.retryMissingPKLookup(ResultSet previousResultSet,
PreparedStatement pstmt,
ConfigIntf cfg) |
| 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 static ConfigIntf |
EncryptionUtil.getConfig() |
protected ConfigIntf |
ValueEncryptor.getConfig()
returns the configuration (object) of the MasterTenanat
|
| Constructor and Description |
|---|
ValueEncryptor(ConfigIntf cfg,
String provider,
String signature,
Map<String,SecretKey> keys,
String algorithm) |
ValueEncryptor(ConfigIntf cfg,
String provider,
String signature,
Map<String,SecretKey> keys,
String algorithm,
String defaultSymmetricEncryptionKeyID) |
ValueEncryptor(ConfigIntf cfg,
String provider,
String signature,
String key,
String algorithm)
Deprecated.
|
ValueEncryptor(ConfigIntf cfg,
String provider,
String signature,
String key,
String keyID,
String algorithm)
old key file support
|
Copyright © 2017 SAP SE. All Rights Reserved.