Searched defs:debugSearchIndex (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java99 private static AttributeType debugSearchIndex; field in class:AciHandler
132 debugSearchIndex = getAttributeType(EntryContainer.ATTR_DEBUG_SEARCH_INDEX);
1412 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java109 private static AttributeType debugSearchIndex; field in class:AciHandler
151 if ((debugSearchIndex =
155 debugSearchIndex =
1520 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java109 private static AttributeType debugSearchIndex; field in class:AciHandler
151 if ((debugSearchIndex =
155 debugSearchIndex =
1520 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java99 private static AttributeType debugSearchIndex; field in class:AciHandler
132 debugSearchIndex = getAttributeType(EntryContainer.ATTR_DEBUG_SEARCH_INDEX);
1412 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java109 private static AttributeType debugSearchIndex; field in class:AciHandler
151 if ((debugSearchIndex =
155 debugSearchIndex =
1520 && container.getResourceEntry().hasAttribute(debugSearchIndex))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciHandler.java101 private static AttributeType debugSearchIndex; field in class:AciHandler
128 debugSearchIndex = getAttributeTypeOrDefault(SuffixContainer.ATTR_DEBUG_SEARCH_INDEX);
1247 && container.getResourceEntry().hasAttribute(debugSearchIndex))

Completed in 1917 milliseconds