public class AuditLogServiceImpl
extends java.lang.Object
| Constructor and Description |
|---|
AuditLogServiceImpl() |
| 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) |
protected java.lang.String |
getStatusCode(java.lang.Throwable error) |
void |
info(java.lang.String message,
java.lang.Object... arguments) |
void |
info(java.lang.String message,
java.lang.Throwable e,
java.lang.Object... arguments) |
protected void |
log(Severity severity,
AuthorizationContext context,
java.lang.String message,
AuthorizationRequest request,
AuthorizationReply reply,
java.lang.String value,
java.lang.Throwable error) |
protected void |
log(Severity severity,
java.lang.String message,
java.lang.Throwable error) |
void |
setEventService(EventService eventService) |
public void setEventService(EventService eventService)
protected void log(Severity severity, AuthorizationContext context, java.lang.String message, AuthorizationRequest request, AuthorizationReply reply, java.lang.String value, java.lang.Throwable error)
protected void log(Severity severity, java.lang.String message, java.lang.Throwable error)
public void info(java.lang.String message,
java.lang.Object... arguments)
public void debug(java.lang.String message,
java.lang.Object... arguments)
public void info(java.lang.String message,
java.lang.Throwable e,
java.lang.Object... arguments)
public void debug(java.lang.String message,
java.lang.Throwable e,
java.lang.Object... arguments)
public void authorizationRequested(AuthorizationRequest request)
public void authorizationFailed(AuthorizationContext context,
AuthorizationRequest request,
java.lang.Throwable error)
protected java.lang.String getStatusCode(java.lang.Throwable error)
public void authorizationDone(AuthorizationContext context,
AuthorizationRequest request,
AuthorizationReply reply)
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