public class LogServiceImpl extends java.lang.Object implements AuditLogService
| Constructor and Description |
|---|
LogServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
authorizationDone(AuthorizationContext context,
AuthorizationRequest request,
AuthorizationReply reply) |
void |
authorizationFailed(AuthorizationContext context,
AuthorizationRequest request,
java.lang.Throwable error) |
void |
authorizationRequested(AuthorizationRequest request) |
void |
debug(java.lang.String message,
java.lang.Object... arguments) |
void |
debug(java.lang.String message,
java.lang.Throwable e,
java.lang.Object... arguments) |
void |
info(java.lang.String message,
java.lang.Object... arguments) |
void |
info(java.lang.String message,
java.lang.Throwable e,
java.lang.Object... arguments) |
public void info(java.lang.String message,
java.lang.Object... arguments)
info in interface AuditLogServicepublic void debug(java.lang.String message,
java.lang.Object... arguments)
debug in interface AuditLogServicepublic void info(java.lang.String message,
java.lang.Throwable e,
java.lang.Object... arguments)
info in interface AuditLogServicepublic void debug(java.lang.String message,
java.lang.Throwable e,
java.lang.Object... arguments)
debug in interface AuditLogServicepublic void authorizationRequested(AuthorizationRequest request)
authorizationRequested in interface AuditLogServicepublic void authorizationFailed(AuthorizationContext context, AuthorizationRequest request, java.lang.Throwable error)
authorizationFailed in interface AuditLogServicepublic void authorizationDone(AuthorizationContext context, AuthorizationRequest request, AuthorizationReply reply)
authorizationDone in interface AuditLogService
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0