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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java92 private Entry resourceEntry; field in class:AciContainer
243 this.resourceEntry=entry;
309 this.resourceEntry=e;
617 return resourceEntry;
678 return resourceEntry.getDN();
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java104 private Entry resourceEntry; field in class:AciContainer
255 this.resourceEntry=entry;
324 this.resourceEntry=e;
614 return resourceEntry;
676 return resourceEntry.getDN();
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java104 private Entry resourceEntry; field in class:AciContainer
255 this.resourceEntry=entry;
324 this.resourceEntry=e;
614 return resourceEntry;
676 return resourceEntry.getDN();
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java92 private Entry resourceEntry; field in class:AciContainer
243 this.resourceEntry=entry;
309 this.resourceEntry=e;
617 return resourceEntry;
678 return resourceEntry.getDN();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java104 private Entry resourceEntry; field in class:AciContainer
255 this.resourceEntry=entry;
324 this.resourceEntry=e;
614 return resourceEntry;
676 return resourceEntry.getDN();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciContainer.java93 private Entry resourceEntry; field in class:AciContainer
232 this.resourceEntry=entry;
302 this.resourceEntry=e;
547 return resourceEntry;
598 return resourceEntry.getName();

Completed in 58 milliseconds