com.pcbsys.nirvana.nAdminAPI.nAuditListener Interface Reference

Classes that implement this interface can register with the nRealmNode.addAuditListener() to receive the realm's audit events. More...

Public Member Functions

void audit (nAuditEvent event)
 This method is called by the nRealmNode to inform the user object of a new audit event. More...
 

Detailed Description

Classes that implement this interface can register with the nRealmNode.addAuditListener() to receive the realm's audit events.

These events will contain information on who did what, to which objects and when these operations were performed.

Member Function Documentation

void com.pcbsys.nirvana.nAdminAPI.nAuditListener.audit ( nAuditEvent  event)

This method is called by the nRealmNode to inform the user object of a new audit event.

The event contains the date/time, the object name, the object type, the subject that performed the operation and values associated with the operation, such as acl bitmasks for before and after the operation

Parameters
eventthe audit event generated on the realm