public interface AuditLogService
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) |
void |
info(String message,
Object... arguments) |
void |
info(String message,
Throwable e,
Object... arguments) |
void authorizationRequested(AuthorizationRequest request)
void authorizationFailed(AuthorizationContext context, AuthorizationRequest request, Throwable error)
void authorizationDone(AuthorizationContext context, AuthorizationRequest request, AuthorizationReply reply)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.