Uses of Class
com.sap.cloud.sdk.cloudplatform.auditlog.exception.AuditLogAccessException
Packages that use AuditLogAccessException
-
Uses of AuditLogAccessException in com.sap.cloud.sdk.cloudplatform.auditlog
Methods in com.sap.cloud.sdk.cloudplatform.auditlog that throw AuditLogAccessExceptionModifier and TypeMethodDescriptionstatic AuditLogAuditLogger.getAuditLog()Returns theAuditLog.voidAuditLog.logConfigChange(AccessRequester initiator, AuditedDataObject object, Throwable error, AccessedAttribute attributeAffected, AccessedAttribute... attributesAffected) Logs the change of some attributes of configuration data.voidAuditLog.logConfigChangeBeginning(AccessRequester initiator, AuditedDataObject object, AccessedAttribute attributeAffected, AccessedAttribute... attributesAffected) Logs the start of a change of some attributes of configuration data.voidAuditLog.logDataRead(AccessRequester initiator, AuditedDataObject object, AuditedDataSubject subject, Throwable error, AccessedAttribute attributeAffected, AccessedAttribute... attributesAffected) Logs the read access to some attributes of an object.voidAuditLog.logDataReadAttempt(AccessRequester initiator, AuditedDataObject object, AuditedDataSubject subject, AccessedAttribute attributeAffected, AccessedAttribute... attributesAffected) Logs the attempt to read some attributes from an object.voidAuditLog.logDataWrite(AccessRequester initiator, AuditedDataObject object, AuditedDataSubject subject, Throwable error, AccessedAttribute attributeAffected, AccessedAttribute... attributesAffected) Logs the modification of some attributes of an object.voidAuditLog.logDataWriteAttempt(AccessRequester initiator, AuditedDataObject object, AuditedDataSubject subject, AccessedAttribute attributeAffected, AccessedAttribute... attributesAffected) Logs the attempt to write to some attributes of an object.voidAuditLog.logSecurityEvent(AccessRequester initiator, String message, Throwable throwable) Logs a generic security event.voidAuditLog.logSecurityEventBeginning(AccessRequester initiator, String message) Logs the start of a generic security event.static voidAuditLogger.logSecurityEventBeginning(AccessRequester initiator, String message) Logs the start of a generic security event.