public class AuditLogServiceImpl extends Object implements AuditLogService
Constructor and Description |
---|
AuditLogServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
authorizationDone(AuthorizationContext context,
AuthorizationRequest request,
AuthorizationReply reply) |
void |
authorizationFailed(AuthorizationContext context,
AuthorizationRequest request,
Throwable error) |
void |
authorizationRequested(AuthorizationRequest request) |
void |
debug(String message,
Object... arguments) |
void |
debug(String message,
Throwable e,
Object... arguments) |
protected String |
getStatusCode(Throwable error) |
void |
info(String message,
Object... arguments) |
void |
info(String message,
Throwable e,
Object... arguments) |
protected void |
log(Severity severity,
AuthorizationContext context,
String message,
AuthorizationRequest request,
AuthorizationReply reply,
String value,
Throwable error) |
protected void |
log(Severity severity,
String message,
Throwable error) |
void |
setEventService(EventService eventService) |
public void setEventService(EventService eventService)
protected void log(Severity severity, AuthorizationContext context, String message, AuthorizationRequest request, AuthorizationReply reply, String value, Throwable error)
public void info(String message, Object... arguments)
info
in interface AuditLogService
public void debug(String message, Object... arguments)
debug
in interface AuditLogService
public void info(String message, Throwable e, Object... arguments)
info
in interface AuditLogService
public void debug(String message, Throwable e, Object... arguments)
debug
in interface AuditLogService
public void authorizationRequested(AuthorizationRequest request)
authorizationRequested
in interface AuditLogService
public void authorizationFailed(AuthorizationContext context, AuthorizationRequest request, Throwable error)
authorizationFailed
in interface AuditLogService
public void authorizationDone(AuthorizationContext context, AuthorizationRequest request, AuthorizationReply reply)
authorizationDone
in interface AuditLogService
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.