| | |
| | | |
| | | private static Response newInternalServerError() { |
| | | return new Response(Status.INTERNAL_SERVER_ERROR); |
| | | |
| | | } |
| | | |
| | | private final RequestHandler auditServiceHandler; |
| | |
| | | .eventName(productName + "-" + protocol + "-ACCESS") |
| | | .timestamp(time.now()) |
| | | .transactionId(txContext.getTransactionId().getValue()) |
| | | .server(clientContext.getLocalAddress(), |
| | | clientContext.getLocalPort(), |
| | | clientContext.getLocalName()) |
| | | .serverFromContext(clientContext) |
| | | .client(clientContext.getRemoteAddress(), |
| | | clientContext.getRemotePort(), |
| | | clientContext.getRemoteHost()) |