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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java152 private boolean hasGetEffectiveRightsControl=false; field in class:AciContainer
270 hasGetEffectiveRightsControl = true;
369 public boolean hasGetEffectiveRightsControl() { method in class:AciContainer
370 return this.hasGetEffectiveRightsControl;
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java164 private boolean hasGetEffectiveRightsControl=false; field in class:AciContainer
285 hasGetEffectiveRightsControl = true;
382 public boolean hasGetEffectiveRightsControl() { method in class:AciContainer
383 return this.hasGetEffectiveRightsControl;
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java164 private boolean hasGetEffectiveRightsControl=false; field in class:AciContainer
285 hasGetEffectiveRightsControl = true;
382 public boolean hasGetEffectiveRightsControl() { method in class:AciContainer
383 return this.hasGetEffectiveRightsControl;
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java152 private boolean hasGetEffectiveRightsControl=false; field in class:AciContainer
270 hasGetEffectiveRightsControl = true;
369 public boolean hasGetEffectiveRightsControl() { method in class:AciContainer
370 return this.hasGetEffectiveRightsControl;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java164 private boolean hasGetEffectiveRightsControl=false; field in class:AciContainer
285 hasGetEffectiveRightsControl = true;
382 public boolean hasGetEffectiveRightsControl() { method in class:AciContainer
383 return this.hasGetEffectiveRightsControl;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciContainer.java141 private boolean hasGetEffectiveRightsControl; field in class:AciContainer
258 hasGetEffectiveRightsControl = true;
357 public boolean hasGetEffectiveRightsControl() { method in class:AciContainer
358 return this.hasGetEffectiveRightsControl;

Completed in 32 milliseconds