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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceSearchIndexes.java40 private Set<String> parentPathIndexes = new HashSet(); field in class:ResourceSearchIndexes
47 * @param parentPathIndexes
52 Set<String> parentPathIndexes
60 if (parentPathIndexes != null) {
61 this.parentPathIndexes = parentPathIndexes;
73 this.parentPathIndexes.addAll(other.parentPathIndexes);
91 return parentPathIndexes;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DResourceSearchIndexes.java40 private Set<String> parentPathIndexes = new HashSet(); field in class:ResourceSearchIndexes
47 * @param parentPathIndexes
52 Set<String> parentPathIndexes
60 if (parentPathIndexes != null) {
61 this.parentPathIndexes = parentPathIndexes;
73 this.parentPathIndexes.addAll(other.parentPathIndexes);
91 return parentPathIndexes;
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPolicyIndexTest.java91 Set<String> parentPathIndexes = new HashSet<String>();
94 parentPathIndexes.add("/");
96 hostIndexes, pathIndexes, parentPathIndexes);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/policy/
H A DPolicyIndexTest.java91 Set<String> parentPathIndexes = new HashSet<String>();
94 parentPathIndexes.add("/");
96 hostIndexes, pathIndexes, parentPathIndexes);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DIndexCache.java200 Set<String> parentPathIndexes = indexes.getParentPathIndexes();
202 for (String i : parentPathIndexes) {
H A DDataStore.java1064 Set<String> parentPathIndexes = indexes.getParentPathIndexes();
1065 if ((parentPathIndexes != null) && !parentPathIndexes.isEmpty()) {
1066 for (String p : parentPathIndexes) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DIndexCache.java200 Set<String> parentPathIndexes = indexes.getParentPathIndexes();
202 for (String i : parentPathIndexes) {
H A DDataStore.java1069 Set<String> parentPathIndexes = indexes.getParentPathIndexes();
1070 if ((parentPathIndexes != null) && !parentPathIndexes.isEmpty()) {
1071 for (String p : parentPathIndexes) {

Completed in 65 milliseconds