Searched defs:getPropertyIntValue (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DRepoConfigHelper.java68 public int getPropertyIntValue(Map configParams, String key, method in class:RepoConfigHelper
80 debug.message(" RepoConfigHelper.getPropertyIntValue(): " + key
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DRepoConfigHelper.java68 public int getPropertyIntValue(Map configParams, String key, method in class:RepoConfigHelper
80 debug.message(" RepoConfigHelper.getPropertyIntValue(): " + key
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlock.java101 ENTRY_USER_EXPIRE_TIME = getPropertyIntValue(
107 ENTRY_DEFAULT_EXPIRE_TIME = getPropertyIntValue(
112 private static int getPropertyIntValue(String key, int defaultValue) { method in class:CacheBlock
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdCacheBlock.java107 ENTRY_USER_EXPIRE_TIME = getPropertyIntValue(
113 ENTRY_DEFAULT_EXPIRE_TIME = getPropertyIntValue(
118 private static int getPropertyIntValue(String key, int defaultValue) { method in class:IdCacheBlock

Completed in 84 milliseconds