Searched refs:ttlEnabled (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSMSEntry.java90 static boolean ttlEnabled; field in class:CachedSMSEntry
128 if (ttlEnabled && !dirty &&
415 ttlEnabled = Boolean.valueOf(ttlEnabledString).booleanValue();
416 if (ttlEnabled) {
H A DCachedSubEntries.java98 if (CachedSMSEntry.ttlEnabled && ((System.currentTimeMillis() -
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSMSEntry.java91 static boolean ttlEnabled; field in class:CachedSMSEntry
128 if (ttlEnabled && !dirty &&
394 ttlEnabled = Boolean.valueOf(ttlEnabledString).booleanValue();
395 if (ttlEnabled) {
H A DCachedSubEntries.java104 if (CachedSMSEntry.ttlEnabled && ((currentTimeMillis() -

Completed in 32 milliseconds