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

/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java87 private static final String firstOp = "^" + ADD_OR_DEL_KEYWORD_GROUP + field in class:TargAttrFilters
100 private static String keywordFullPattern = firstOp + restOfExpression;
157 String firstOp=matcher.group(firstOpPos);
164 firstOp + ZERO_OR_MORE_WHITESPACE + EQUAL_SIGN +
202 if(getMask(firstOp) == TARGATTRFILTERS_DELETE)
223 TargAttrFilterList.decode(getMask(firstOp), filterLists[0]);
239 if(getMask(firstOp) == TARGATTRFILTERS_DELETE)
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java87 private static final String firstOp = "^" + ADD_OR_DEL_KEYWORD_GROUP + field in class:TargAttrFilters
100 private static String keywordFullPattern = firstOp + restOfExpression;
157 String firstOp=matcher.group(firstOpPos);
164 firstOp + ZERO_OR_MORE_WHITESPACE + EQUAL_SIGN +
202 if(getMask(firstOp) == TARGATTRFILTERS_DELETE)
223 TargAttrFilterList.decode(getMask(firstOp), filterLists[0]);
239 if(getMask(firstOp) == TARGATTRFILTERS_DELETE)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java87 private static final String firstOp = "^" + ADD_OR_DEL_KEYWORD_GROUP + field in class:TargAttrFilters
100 private static String keywordFullPattern = firstOp + restOfExpression;
157 String firstOp=matcher.group(firstOpPos);
164 firstOp + ZERO_OR_MORE_WHITESPACE + EQUAL_SIGN +
202 if(getMask(firstOp) == TARGATTRFILTERS_DELETE)
223 TargAttrFilterList.decode(getMask(firstOp), filterLists[0]);
239 if(getMask(firstOp) == TARGATTRFILTERS_DELETE)
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java87 private static final String firstOp = "^" + ADD_OR_DEL_KEYWORD_GROUP + field in class:TargAttrFilters
100 private static String keywordFullPattern = firstOp + restOfExpression;
157 String firstOp=matcher.group(firstOpPos);
164 firstOp + ZERO_OR_MORE_WHITESPACE + EQUAL_SIGN +
201 String rg = getReverseOp(firstOp) + "=";
220 TargAttrFilterList.decode(getMask(firstOp), filterLists[0]);
235 String secondOp = getReverseOp(firstOp);
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java87 private static final String firstOp = "^" + ADD_OR_DEL_KEYWORD_GROUP + field in class:TargAttrFilters
100 private static String keywordFullPattern = firstOp + restOfExpression;
157 String firstOp=matcher.group(firstOpPos);
164 firstOp + ZERO_OR_MORE_WHITESPACE + EQUAL_SIGN +
201 String rg = getReverseOp(firstOp) + "=";
220 TargAttrFilterList.decode(getMask(firstOp), filterLists[0]);
235 String secondOp = getReverseOp(firstOp);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java88 private static final String firstOp = "^" + ADD_OR_DEL_KEYWORD_GROUP + field in class:TargAttrFilters
101 private static String keywordFullPattern = firstOp + restOfExpression;
158 String firstOp=matcher.group(firstOpPos);
165 firstOp + ZERO_OR_MORE_WHITESPACE + EQUAL_SIGN +
195 String rg = getReverseOp(firstOp) + "=";
208 TargAttrFilterList.decode(getMask(firstOp), filterLists[0]);
220 String secondOp = getReverseOp(firstOp);

Completed in 34 milliseconds