| Interface | Description |
|---|---|
| AuditLog |
Interface for audit logging.
|
| AuditLogFacade |
Facade interface encapsulating the creation of a concrete
AuditLog implementation. |
| Class | Description |
|---|---|
| AccessedAttribute |
This class represents the access to a security relevant attribute in the context of an audit log.
|
| AccessRequester |
Represents the requester of an access to an object in the context of an audit log.
|
| AuditedDataObject |
This class stores auditing information about the object being accessed.
|
| AuditedDataSubject |
This class stores auditing information about who owns the data.
|
| AuditLogger |
Main class of the audit log functionality.
|
| AuditLogUtils |
Utility class providing functions common to all AuditLog implementations.
|
| DefaultLoggerAuditLog |
Implementation of
AuditLog that redirects to the default logger. |
| Enum | Description |
|---|---|
| AccessedAttribute.Operation |
Enum representing the type of operation performed on the accessed attribute.
|
Copyright © 2022 SAP SE. All rights reserved.