Searched refs:getResourceSearchIndex (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationType.java181 public ResourceSearchIndexes getResourceSearchIndex(String resource, String realm) throws EntitlementException { method in class:ApplicationType
H A DApplication.java414 public ResourceSearchIndexes getResourceSearchIndex( method in class:Application
417 applicationType.getResourceSearchIndex(resource, realm) :
H A DPrivilegeEvaluator.java243 indexes = getApplication().getResourceSearchIndex(normalisedResourceName, realm);
H A DEntitlement.java745 ResourceSearchIndexes rsi = applicationType.getResourceSearchIndex(r, realm);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationType.java182 public ResourceSearchIndexes getResourceSearchIndex(String resource, String realm) throws EntitlementException { method in class:ApplicationType
H A DApplication.java394 public ResourceSearchIndexes getResourceSearchIndex( method in class:Application
397 applicationType.getResourceSearchIndex(resource, realm) :
H A DPrivilegeEvaluator.java248 indexes = getApplication().getResourceSearchIndex(normalisedResourceName, realm);
H A DEntitlement.java746 ResourceSearchIndexes rsi = applicationType.getResourceSearchIndex(r, realm);

Completed in 40 milliseconds