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 aStringthat contains the identifier of the connector to the external data source.Gets aStringthat contains the identifier of the service on the connector to the external data source.Gets aStringthat 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 aStringthat represents the payload that is destined for the connector to the external data source.- Returns:
- See above.
-
getConnectorId
String getConnectorId()Gets aStringthat contains the identifier of the connector to the external data source.- Returns:
- See above.
-
getConnectorServiceId
String getConnectorServiceId()Gets aStringthat contains the identifier of the service on the connector to the external data source.- Returns:
- See above.
-