Searched defs:isGetEffectiveRightsEval (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciEvalContext.java191 public boolean isGetEffectiveRightsEval(); method in interface:AciEvalContext
H A DAciTargetMatchContext.java181 boolean isGetEffectiveRightsEval(); method in interface:AciTargetMatchContext
H A DAciContainer.java147 private boolean isGetEffectiveRightsEval=false; field in class:AciContainer
350 public boolean isGetEffectiveRightsEval() { method in class:AciContainer
351 return this.isGetEffectiveRightsEval;
356 * the flag isGetEffectiveRightsEval to true.
359 this.isGetEffectiveRightsEval=true;
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciEvalContext.java199 public boolean isGetEffectiveRightsEval(); method in interface:AciEvalContext
H A DAciTargetMatchContext.java183 boolean isGetEffectiveRightsEval(); method in interface:AciTargetMatchContext
H A DAciContainer.java159 private boolean isGetEffectiveRightsEval=false; field in class:AciContainer
363 public boolean isGetEffectiveRightsEval() { method in class:AciContainer
364 return this.isGetEffectiveRightsEval;
369 * the flag isGetEffectiveRightsEval to true.
372 this.isGetEffectiveRightsEval=true;
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciEvalContext.java199 public boolean isGetEffectiveRightsEval(); method in interface:AciEvalContext
H A DAciTargetMatchContext.java183 boolean isGetEffectiveRightsEval(); method in interface:AciTargetMatchContext
H A DAciContainer.java159 private boolean isGetEffectiveRightsEval=false; field in class:AciContainer
363 public boolean isGetEffectiveRightsEval() { method in class:AciContainer
364 return this.isGetEffectiveRightsEval;
369 * the flag isGetEffectiveRightsEval to true.
372 this.isGetEffectiveRightsEval=true;
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciEvalContext.java191 public boolean isGetEffectiveRightsEval(); method in interface:AciEvalContext
H A DAciTargetMatchContext.java181 boolean isGetEffectiveRightsEval(); method in interface:AciTargetMatchContext
H A DAciContainer.java147 private boolean isGetEffectiveRightsEval=false; field in class:AciContainer
350 public boolean isGetEffectiveRightsEval() { method in class:AciContainer
351 return this.isGetEffectiveRightsEval;
356 * the flag isGetEffectiveRightsEval to true.
359 this.isGetEffectiveRightsEval=true;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciEvalContext.java199 public boolean isGetEffectiveRightsEval(); method in interface:AciEvalContext
H A DAciTargetMatchContext.java183 boolean isGetEffectiveRightsEval(); method in interface:AciTargetMatchContext
H A DAciContainer.java159 private boolean isGetEffectiveRightsEval=false; field in class:AciContainer
363 public boolean isGetEffectiveRightsEval() { method in class:AciContainer
364 return this.isGetEffectiveRightsEval;
369 * the flag isGetEffectiveRightsEval to true.
372 this.isGetEffectiveRightsEval=true;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciEvalContext.java191 boolean isGetEffectiveRightsEval(); method in interface:AciEvalContext
H A DAciTargetMatchContext.java182 boolean isGetEffectiveRightsEval(); method in interface:AciTargetMatchContext
H A DAciContainer.java136 private boolean isGetEffectiveRightsEval; field in class:AciContainer
338 public boolean isGetEffectiveRightsEval() { method in class:AciContainer
339 return this.isGetEffectiveRightsEval;
344 * the flag isGetEffectiveRightsEval to true.
347 this.isGetEffectiveRightsEval=true;

Completed in 41 milliseconds