Package com.i2group.disco.audit
Interface IDAODAuditEvent
- All Superinterfaces:
IAuditEvent
An event that was generated during the processing of an operation against an external data
source.
IDAODAuditEvent
makes information about the operation available to the audit
logging mechanism.- Since:
- 10.2
-
Method Summary
Modifier and TypeMethodDescriptionGets aString
that contains the identifier of the connector to the external data source.Gets aString
that contains the identifier of the service on the connector to the external data source.Gets aString
that represents the payload that is destined for the connector to the external data source.Methods inherited from interface com.i2group.disco.audit.IAuditEvent
getClientIPAddress, getClientUserAgent, getTimestamp, getUser, getUserId, getUserSecurityGroups, getUserSecurityPermissions, toString
-
Method Details
-
getPayload
String getPayload()Gets aString
that represents the payload that is destined for the connector to the external data source.- Returns:
- See above.
-
getConnectorId
String getConnectorId()Gets aString
that contains the identifier of the connector to the external data source.- Returns:
- See above.
-
getConnectorServiceId
String getConnectorServiceId()Gets aString
that contains the identifier of the service on the connector to the external data source.- Returns:
- See above.
-