Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.auditlog |
Modifier and Type | Method and Description |
---|---|
void |
AuditLog.logConfigChange(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error)
Logs the change of some attributes of configuration data.
|
void |
DefaultLoggerAuditLog.logConfigChange(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error) |
static void |
AuditLogger.logConfigChange(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error)
Logs the change of some attributes of configuration data.
|
void |
ScpCfAuditLog.logConfigChange(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error) |
void |
ScpNeoAuditLog.logConfigChange(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error) |
static void |
AuditLogger.logConfigChange(String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error)
Logs the change of some attributes of configuration data by the current request.
|
void |
AuditLog.logConfigChangeBeginning(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message)
Logs the start of a change of some attributes of configuration data.
|
void |
DefaultLoggerAuditLog.logConfigChangeBeginning(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message) |
static void |
AuditLogger.logConfigChangeBeginning(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message)
Logs the start of a change of some attributes of configuration data.
|
void |
ScpCfAuditLog.logConfigChangeBeginning(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message) |
void |
ScpNeoAuditLog.logConfigChangeBeginning(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message) |
static void |
AuditLogger.logConfigChangeBeginning(String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message)
Logs the start of a change of some attributes of configuration data by the current request.
|
void |
AuditLog.logDataRead(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error)
Logs the read access to some attributes of an object.
|
void |
DefaultLoggerAuditLog.logDataRead(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error) |
static void |
AuditLogger.logDataRead(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error)
Logs the read access to some attributes of an object.
|
void |
ScpCfAuditLog.logDataRead(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error) |
void |
ScpNeoAuditLog.logDataRead(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error) |
static void |
AuditLogger.logDataRead(String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error)
Logs the read access to some attributes of an object by the current request.
|
void |
AuditLog.logDataReadAttempt(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message)
Logs the attempt to read some attributes from an object.
|
void |
DefaultLoggerAuditLog.logDataReadAttempt(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message) |
static void |
AuditLogger.logDataReadAttempt(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message)
Logs the attempt to read some attributes from an object.
|
void |
ScpCfAuditLog.logDataReadAttempt(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message) |
void |
ScpNeoAuditLog.logDataReadAttempt(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message) |
static void |
AuditLogger.logDataReadAttempt(String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message)
Logs the attempt to read some attributes from an object by the current request.
|
void |
AuditLog.logDataWrite(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error)
Logs the modification of some attributes of an object.
|
void |
DefaultLoggerAuditLog.logDataWrite(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error) |
static void |
AuditLogger.logDataWrite(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error)
Logs the modification of some attributes of an object.
|
void |
ScpCfAuditLog.logDataWrite(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error) |
void |
ScpNeoAuditLog.logDataWrite(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error) |
static void |
AuditLogger.logDataWrite(String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message,
Throwable error)
Logs the modification of some attributes of an object by the current request.
|
void |
AuditLog.logDataWriteAttempt(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message)
Logs the attempt to write to some attributes of an object.
|
void |
DefaultLoggerAuditLog.logDataWriteAttempt(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message) |
static void |
AuditLogger.logDataWriteAttempt(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message)
Logs the attempt to write to some attributes of an object.
|
void |
ScpCfAuditLog.logDataWriteAttempt(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message) |
void |
ScpNeoAuditLog.logDataWriteAttempt(AccessRequester initiator,
String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message) |
static void |
AuditLogger.logDataWriteAttempt(String objectId,
String objectName,
Iterable<AccessedAttribute> attributesAffected,
String message)
Logs the attempt to write to some attributes of an object by the current request.
|
Copyright © 2018 SAP SE. All rights reserved.