2016-06-07 15:52:42 +00:00
|
|
|
|
2016-05-31 16:48:15 +00:00
|
|
|
== Auditing and Events
|
2016-04-18 15:15:25 +00:00
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
{project_name} provides a rich set of auditing capabilities. Every single login action can be recorded and stored in
|
2016-05-31 16:48:15 +00:00
|
|
|
the database and reviewed in the Admin Console. All admin actions can also be recorded and reviewed. There is also a Listener SPI
|
2016-12-02 15:59:53 +00:00
|
|
|
with which plugins can listen for these events and perform some action. Built-in listeners include a simple log file and the ability
|
2016-05-31 16:48:15 +00:00
|
|
|
to send an email if an event occurs.
|