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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DBindRule.java138 * bindrule booleantype bindrule
323 * @param bindrule The left hand part of a complex bind rule
331 private static BindRule createBindRule(BindRule bindrule, argument
355 * bindrule and not (bindrule)
357 * and not not not (bindrule).
364 return new BindRule(bindrule, bindrule_2, operand);
377 * not not not bindrule
381 * @param ruleExpr The bindrule expressio
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DBindRule.java157 * bindrule booleantype bindrule
342 * @param bindrule The left hand part of a complex bind rule
350 private static BindRule createBindRule(BindRule bindrule, argument
374 * bindrule and not (bindrule)
376 * and not not not (bindrule).
383 return new BindRule(bindrule, bindrule_2, operand);
396 * not not not bindrule
400 * @param ruleExpr The bindrule expressio
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DBindRule.java157 * bindrule booleantype bindrule
342 * @param bindrule The left hand part of a complex bind rule
350 private static BindRule createBindRule(BindRule bindrule, argument
374 * bindrule and not (bindrule)
376 * and not not not (bindrule).
383 return new BindRule(bindrule, bindrule_2, operand);
396 * not not not bindrule
400 * @param ruleExpr The bindrule expressio
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DBindRule.java138 * bindrule booleantype bindrule
323 * @param bindrule The left hand part of a complex bind rule
331 private static BindRule createBindRule(BindRule bindrule, argument
355 * bindrule and not (bindrule)
357 * and not not not (bindrule).
364 return new BindRule(bindrule, bindrule_2, operand);
377 * not not not bindrule
381 * @param ruleExpr The bindrule expressio
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DBindRule.java157 * bindrule booleantype bindrule
342 * @param bindrule The left hand part of a complex bind rule
350 private static BindRule createBindRule(BindRule bindrule, argument
374 * bindrule and not (bindrule)
376 * and not not not (bindrule).
383 return new BindRule(bindrule, bindrule_2, operand);
396 * not not not bindrule
400 * @param ruleExpr The bindrule expressio
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DBindRule.java121 * bindrule booleantype bindrule
284 * @param bindrule The left hand part of a complex bind rule
292 private static BindRule createBindRule(BindRule bindrule, argument
310 * bindrule and not (bindrule)
312 * and not not not (bindrule).
318 return new BindRule(bindrule, bindrule_2, operand);
328 * not not not bindrule
332 * @param ruleExpr The bindrule expressio
[all...]

Completed in 103 milliseconds