|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.audit.AuditEvent
public class AuditEvent
Holder of audit information
| Constructor Summary | |
|---|---|
AuditEvent(String level)
|
|
AuditEvent(String level,
Map<String,Object> map)
|
|
AuditEvent(String level,
Map<String,Object> map,
Exception ex)
|
|
| Method Summary | |
|---|---|
String |
getAuditLevel()
Return the Audit Level |
Map<String,Object> |
getContextMap()
Get the Contextual Map |
Exception |
getUnderlyingException()
Get the Exception part of the audit |
void |
setContextMap(Map<String,Object> cmap)
Set a non-modifiable Context Map |
void |
setUnderlyingException(Exception underlyingException)
Set the exception on which an audit is happening |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuditEvent(String level)
public AuditEvent(String level,
Map<String,Object> map)
public AuditEvent(String level,
Map<String,Object> map,
Exception ex)
| Method Detail |
|---|
public String getAuditLevel()
public Map<String,Object> getContextMap()
public void setContextMap(Map<String,Object> cmap)
cmap - Map that is finalpublic Exception getUnderlyingException()
public void setUnderlyingException(Exception underlyingException)
underlyingException - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||