Searched defs:updateIndexCount (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DDataStore.java214 private void updateIndexCount(String realm, int num, boolean referral) { method in class:DataStore
243 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
245 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
247 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
452 updateIndexCount(realm, 1, false);
576 updateIndexCount(realm, 1, true);
614 updateIndexCount(realm, -1, false);
659 updateIndexCount(realm, -1, true);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DDataStore.java216 private void updateIndexCount(String realm, int num, boolean referral) { method in class:DataStore
245 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
247 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
249 PolicyConstants.DEBUG.error("DataStore.updateIndexCount", ex);
453 updateIndexCount(realm, 1, false);
572 updateIndexCount(realm, 1, true);
610 updateIndexCount(realm, -1, false);
649 updateIndexCount(realm, -1, true);

Completed in 25 milliseconds