Searched refs:includeControlOIDs (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DTextAccessLogPublisher.java126 private boolean includeControlOIDs = false; field in class:TextAccessLogPublisher
243 includeControlOIDs = cfg.isLogControlOids();
334 includeControlOIDs = cfg.isLogControlOids();
1353 if (includeControlOIDs && !operation.getRequestControls().isEmpty())
1374 if (includeControlOIDs && !operation.getResponseControls().isEmpty())
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DTextAccessLogPublisher.java100 private boolean includeControlOIDs = false; field in class:TextAccessLogPublisher
217 includeControlOIDs = cfg.isLogControlOids();
308 includeControlOIDs = cfg.isLogControlOids();
1313 if (includeControlOIDs && !operation.getRequestControls().isEmpty())
1334 if (includeControlOIDs && !operation.getResponseControls().isEmpty())
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DTextAccessLogPublisher.java126 private boolean includeControlOIDs = false; field in class:TextAccessLogPublisher
243 includeControlOIDs = cfg.isLogControlOids();
334 includeControlOIDs = cfg.isLogControlOids();
1353 if (includeControlOIDs && !operation.getRequestControls().isEmpty())
1374 if (includeControlOIDs && !operation.getResponseControls().isEmpty())
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DTextAccessLogPublisher.java126 private boolean includeControlOIDs = false; field in class:TextAccessLogPublisher
243 includeControlOIDs = cfg.isLogControlOids();
334 includeControlOIDs = cfg.isLogControlOids();
1353 if (includeControlOIDs && !operation.getRequestControls().isEmpty())
1374 if (includeControlOIDs && !operation.getResponseControls().isEmpty())
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DTextAccessLogPublisher.java100 private boolean includeControlOIDs = false; field in class:TextAccessLogPublisher
217 includeControlOIDs = cfg.isLogControlOids();
308 includeControlOIDs = cfg.isLogControlOids();
1313 if (includeControlOIDs && !operation.getRequestControls().isEmpty())
1334 if (includeControlOIDs && !operation.getResponseControls().isEmpty())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DTextAccessLogPublisher.java91 private boolean includeControlOIDs; field in class:TextAccessLogPublisher
162 includeControlOIDs = cfg.isLogControlOids();
260 includeControlOIDs = cfg.isLogControlOids();
992 if (includeControlOIDs && !controls.isEmpty())

Completed in 109 milliseconds