public class TrackingAuditLogImplementation extends Object implements AuditLogService
Constructor and Description |
---|
TrackingAuditLogImplementation(org.osgi.framework.BundleContext context) |
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) |
protected AuditLogService |
checkService() |
void |
close() |
void |
debug(String message,
Object... arguments) |
void |
debug(String message,
Throwable e,
Object... arguments) |
void |
info(String message,
Object... arguments) |
void |
info(String message,
Throwable e,
Object... arguments) |
void |
open() |
protected void |
setService(AuditLogService service) |
public TrackingAuditLogImplementation(org.osgi.framework.BundleContext context)
protected void setService(AuditLogService service)
public void open()
public void close()
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
protected AuditLogService checkService()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.