|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 1 (11.1.1) E22649-02 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Auditor
| Method Summary | |
|---|---|
boolean |
isEnabled(java.lang.String eventType, boolean eventStatus, java.util.Map<java.lang.String,java.lang.Object> properties)This method is used to do a quick check to see if an event with the given event type, event status and additional properties would be logged to the audit repository. |
boolean |
log(AuditEvent ev)Log an audit event. |
void |
reloadConfiguration()Reload the Auditor to detect Configuration changes |
void |
shutdown()Shutdown will close the busstop file. |
| Method Detail |
|---|
boolean log(AuditEvent ev)
throws AuditException
ev - the event to be loggedAuditException
boolean isEnabled(java.lang.String eventType,
boolean eventStatus,
java.util.Map<java.lang.String,java.lang.Object> properties)
throws AuditException
eventType - type of eventeventStatus - status of event - success or failureproperties - additional attributesAuditException
void reloadConfiguration()
throws AuditException
AuditException
void shutdown()
throws AuditException
AuditException
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 1 (11.1.1) E22649-02 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||