Class AuditEntry
- java.lang.Object
-
- org.apache.syncope.common.lib.audit.AuditEntry
-
- All Implemented Interfaces:
Serializable,BaseBean
public class AuditEntry extends Object implements BaseBean
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuditEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetBefore()OffsetDateTimegetDate()List<String>getInputs()AuditLoggerNamegetLogger()StringgetOutput()StringgetThrowable()StringgetWho()inthashCode()voidsetBefore(String before)voidsetDate(OffsetDateTime date)voidsetLogger(AuditLoggerName logger)voidsetOutput(String output)voidsetThrowable(String throwable)voidsetWho(String who)
-
-
-
Method Detail
-
getWho
public String getWho()
-
setWho
public void setWho(String who)
-
getDate
public OffsetDateTime getDate()
-
setDate
public void setDate(OffsetDateTime date)
-
getLogger
public AuditLoggerName getLogger()
-
setLogger
public void setLogger(AuditLoggerName logger)
-
getBefore
public String getBefore()
-
setBefore
public void setBefore(String before)
-
getOutput
public String getOutput()
-
setOutput
public void setOutput(String output)
-
getThrowable
public String getThrowable()
-
setThrowable
public void setThrowable(String throwable)
-
-