Searched refs:CACHE_MAX_SIZE_KEY (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMConstants.java169 static final String CACHE_MAX_SIZE_KEY = "com.iplanet.am.sdk.cache.maxSize"; field in interface:AMConstants
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMConstants.java169 static final String CACHE_MAX_SIZE_KEY = "com.iplanet.am.sdk.cache.maxSize"; field in interface:AMConstants
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java70 static final String CACHE_MAX_SIZE_KEY = "com.iplanet.am.sdk.cache.maxSize"; field in class:IdCachedServicesImpl
90 int cacheSize = SystemProperties.getAsInt(CACHE_MAX_SIZE_KEY, CACHE_MAX_SIZE_INT);
681 final int value = SystemProperties.getAsInt(CACHE_MAX_SIZE_KEY, CACHE_MAX_SIZE_INT);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java72 static final String CACHE_MAX_SIZE_KEY = "com.iplanet.am.sdk.cache.maxSize"; field in class:IdCachedServicesImpl
92 int cacheSize = SystemProperties.getAsInt(CACHE_MAX_SIZE_KEY, CACHE_MAX_SIZE_INT);
681 final int value = SystemProperties.getAsInt(CACHE_MAX_SIZE_KEY, CACHE_MAX_SIZE_INT);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java68 static final String CACHE_MAX_SIZE_KEY = "com.iplanet.am.sdk.cache.maxSize"; field in class:IdRemoteCachedServicesImpl
111 String cacheSize = SystemProperties.get(CACHE_MAX_SIZE_KEY,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java68 static final String CACHE_MAX_SIZE_KEY = "com.iplanet.am.sdk.cache.maxSize"; field in class:IdRemoteCachedServicesImpl
111 String cacheSize = SystemProperties.get(CACHE_MAX_SIZE_KEY,
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java65 static final String CACHE_MAX_SIZE_KEY = "com.iplanet.am.sdk.cache.maxSize"; field in class:CachedRemoteServicesImpl
86 String cacheSize = SystemProperties.get(CACHE_MAX_SIZE_KEY, "10000");
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java65 static final String CACHE_MAX_SIZE_KEY = "com.iplanet.am.sdk.cache.maxSize"; field in class:CachedRemoteServicesImpl
86 String cacheSize = SystemProperties.get(CACHE_MAX_SIZE_KEY, "10000");
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java81 String cacheSize = SystemProperties.get(CACHE_MAX_SIZE_KEY, "10000");
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java81 String cacheSize = SystemProperties.get(CACHE_MAX_SIZE_KEY, "10000");

Completed in 49 milliseconds