| | |
| | | * @param modifyDNOperation The modify DN operation containing the |
| | | * information to use to log the modify DN request. |
| | | */ |
| | | public static void logModifyDNRequest(ModifyDNOperation modifyDNOperation) |
| | | public static void logModifyDNRequest(ModifyDNOperationBasis |
| | | modifyDNOperation) |
| | | { |
| | | for (AccessLogPublisher publisher : accessPublishers) |
| | | { |
| | |
| | | * information to use to log the modify DN |
| | | * response. |
| | | */ |
| | | public static void logModifyDNResponse(ModifyDNOperation modifyDNOperation) |
| | | public static void logModifyDNResponse(ModifyDNOperationBasis |
| | | modifyDNOperation) |
| | | { |
| | | for (AccessLogPublisher publisher : accessPublishers) |
| | | { |