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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DDataStore.java927 return findPolicies(realm, "(sunserviceID=indexes)");
931 return findPolicies(realm, String.format("(&(sunserviceID=indexes)(ou=application=%s))", application));
934 private List<Privilege> findPolicies(String realm, String ldapFilter) throws EntitlementException { method in class:DataStore
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DDataStore.java908 return findPolicies(realm, "(sunserviceID=indexes)");
912 return findPolicies(realm, String.format("(&(sunserviceID=indexes)(ou=application=%s))", application));
928 return findPolicies(realm, filter.toString());
931 private List<Privilege> findPolicies(String realm, String ldapFilter) throws EntitlementException { method in class:DataStore

Completed in 32 milliseconds