| | |
| | | extends AbstractTextAccessLogPublisher<T> |
| | | implements CommonAuditLogPublisher |
| | | { |
| | | |
| | | private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass(); |
| | | |
| | | /** Audit service handler. */ |
| | |
| | | .client(clientConnection.getClientAddress(), clientConnection.getClientPort()) |
| | | .server(clientConnection.getServerAddress(), clientConnection.getServerPort()) |
| | | .request(clientConnection.getProtocol(), "CONNECT") |
| | | .transactionId(CommonAudit.DEFAULT_TRANSACTION_ID) |
| | | .transactionId(DEFAULT_TRANSACTION_ID) |
| | | .response(ResponseStatus.SUCCESSFUL, String.valueOf(ResultCode.SUCCESS.intValue()), 0, TimeUnit.MILLISECONDS) |
| | | .ldapConnectionId(clientConnection.getConnectionID()); |
| | | |
| | |
| | | .client(clientConnection.getClientAddress(), clientConnection.getClientPort()) |
| | | .server(clientConnection.getServerAddress(), clientConnection.getServerPort()) |
| | | .request(clientConnection.getProtocol(), "DISCONNECT") |
| | | .transactionId(CommonAudit.DEFAULT_TRANSACTION_ID) |
| | | .transactionId(DEFAULT_TRANSACTION_ID) |
| | | .response(ResponseStatus.SUCCESSFUL, String.valueOf(ResultCode.SUCCESS.intValue()), 0, TimeUnit.MILLISECONDS) |
| | | .ldapConnectionId(clientConnection.getConnectionID()) |
| | | .ldapReason(disconnectReason) |
| | |
| | | builder.ldapAuthType(authType); |
| | | |
| | | builder.ldapDn(bindOperation.getRawBindDN().toString()); |
| | | |
| | | } |
| | | |
| | | private void appendCompareRequest(final CompareOperation compareOperation, |
| | |
| | | } |
| | | }); |
| | | } |
| | | |
| | | } |