Searched refs:removeIndexEntry (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceIndexManager.java320 private boolean removeIndexEntry (ServiceType resourceType, String method in class:ResourceIndexManager
327 return resourceIndex.removeIndexEntry(resourceName, policyName);
489 removeIndexEntry(resourceType, rule.getResourceName(),
761 boolean removeIndexEntry (String resourceName, String policyName) { method in class:ResourceIndexManager.ResourceIndex
767 if (resourceIndexEntry.removeIndexEntry(resourceType,
1089 boolean removeIndexEntry (ServiceType resourceType, method in class:ResourceIndexManager.ResourceIndexEntry
1108 if (resourceIndexEntry.removeIndexEntry(resourceType,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceIndexManager.java320 private boolean removeIndexEntry (ServiceType resourceType, String method in class:ResourceIndexManager
327 return resourceIndex.removeIndexEntry(resourceName, policyName);
489 removeIndexEntry(resourceType, rule.getResourceName(),
761 boolean removeIndexEntry (String resourceName, String policyName) { method in class:ResourceIndexManager.ResourceIndex
767 if (resourceIndexEntry.removeIndexEntry(resourceType,
1089 boolean removeIndexEntry (ServiceType resourceType, method in class:ResourceIndexManager.ResourceIndexEntry
1108 if (resourceIndexEntry.removeIndexEntry(resourceType,

Completed in 35 milliseconds