Searched defs:clientDN (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DUserDN.java210 DN clientDN=evalCtx.getClientDN();
228 if (clientDN.equals(resDN)) matched = EnumEvalResult.TRUE;
235 (parentDN.equals(clientDN)))
254 if (clientDN.equals(dn))
262 DirectoryServer.getActualRootBindDN(clientDN);
266 clientDN=clientActualDN;
267 if(clientDN.equals(dn))
348 * probably be faster to to convert the clientDN to an AttributeValue and
350 * see if it matches the clientDN.
357 * @param clientDN Th
361 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
[all...]
H A DAciHandler.java631 // Have a valid DN, compare to clientDN to see if the ACI_SELF
1456 * @param clientDN
1464 DN clientDN) throws DirectoryException
1476 String.valueOf(entry.getDN()), String.valueOf(clientDN));
1463 verifySyntax(Entry entry, Operation operation, DN clientDN) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DUserDN.java207 DN clientDN=evalCtx.getClientDN();
225 if (clientDN.equals(resDN)) matched = EnumEvalResult.TRUE;
232 (parentDN.equals(clientDN)))
251 if (clientDN.equals(dn))
259 DirectoryServer.getActualRootBindDN(clientDN);
263 clientDN=clientActualDN;
264 if(clientDN.equals(dn))
345 * probably be faster to to convert the clientDN to an AttributeValue and
347 * see if it matches the clientDN.
354 * @param clientDN Th
358 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
[all...]
H A DAciHandler.java679 // Have a valid DN, compare to clientDN to see if the ACI_SELF
1567 * @param clientDN
1575 DN clientDN) throws DirectoryException
1588 .getDN()), String.valueOf(clientDN));
1574 verifySyntax(Entry entry, Operation operation, DN clientDN) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DUserDN.java207 DN clientDN=evalCtx.getClientDN();
225 if (clientDN.equals(resDN)) matched = EnumEvalResult.TRUE;
232 (parentDN.equals(clientDN)))
251 if (clientDN.equals(dn))
259 DirectoryServer.getActualRootBindDN(clientDN);
263 clientDN=clientActualDN;
264 if(clientDN.equals(dn))
345 * probably be faster to to convert the clientDN to an AttributeValue and
347 * see if it matches the clientDN.
354 * @param clientDN Th
358 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
[all...]
H A DAciHandler.java679 // Have a valid DN, compare to clientDN to see if the ACI_SELF
1567 * @param clientDN
1575 DN clientDN) throws DirectoryException
1588 .getDN()), String.valueOf(clientDN));
1574 verifySyntax(Entry entry, Operation operation, DN clientDN) argument
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DUserDN.java210 DN clientDN=evalCtx.getClientDN();
228 if (clientDN.equals(resDN)) matched = EnumEvalResult.TRUE;
235 (parentDN.equals(clientDN)))
254 if (clientDN.equals(dn))
262 DirectoryServer.getActualRootBindDN(clientDN);
266 clientDN=clientActualDN;
267 if(clientDN.equals(dn))
348 * probably be faster to to convert the clientDN to an AttributeValue and
350 * see if it matches the clientDN.
357 * @param clientDN Th
361 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
[all...]
H A DAciHandler.java631 // Have a valid DN, compare to clientDN to see if the ACI_SELF
1456 * @param clientDN
1464 DN clientDN) throws DirectoryException
1476 String.valueOf(entry.getDN()), String.valueOf(clientDN));
1463 verifySyntax(Entry entry, Operation operation, DN clientDN) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DUserDN.java207 DN clientDN=evalCtx.getClientDN();
225 if (clientDN.equals(resDN)) matched = EnumEvalResult.TRUE;
232 (parentDN.equals(clientDN)))
251 if (clientDN.equals(dn))
259 DirectoryServer.getActualRootBindDN(clientDN);
263 clientDN=clientActualDN;
264 if(clientDN.equals(dn))
345 * probably be faster to to convert the clientDN to an AttributeValue and
347 * see if it matches the clientDN.
354 * @param clientDN Th
358 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
[all...]
H A DAciHandler.java679 // Have a valid DN, compare to clientDN to see if the ACI_SELF
1567 * @param clientDN
1575 DN clientDN) throws DirectoryException
1588 .getDN()), String.valueOf(clientDN));
1574 verifySyntax(Entry entry, Operation operation, DN clientDN) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DUserDN.java217 DN clientDN=evalCtx.getClientDN();
235 if (clientDN.equals(resDN))
244 if (parentDN != null && parentDN.equals(clientDN))
265 if (clientDN.equals(dn))
275 DirectoryServer.getActualRootBindDN(clientDN);
282 clientDN=clientActualDN;
284 if(clientDN.equals(dn))
375 * It would probably be faster to to convert the clientDN to a ByteString
377 * and see if it matches the clientDN.
384 * @param clientDN Th
388 evaluate(Entry e, DN clientDN, AttributeType attrType) argument
[all...]
H A DAciHandler.java536 // Have a valid DN, compare to clientDN to see if the ACI_SELF
1291 * @param clientDN
1299 DN clientDN) throws DirectoryException
1310 logger.debug(INFO_ACI_ADD_FAILED_PRIVILEGE, entry.getName(), clientDN);
1298 verifySyntax(Entry entry, Operation operation, DN clientDN) argument

Completed in 54 milliseconds