framework/security/security library

Security module exports

Classes

AirAudit
Centralized audit logging for security-sensitive operations
AirLogEntry
A single log entry
AirLogger
Centralized logging system for the Air framework Only logs in debug mode to prevent information exposure in production
AuditEntry
A single audit entry
ModuleInteraction
Represents an interaction between two modules
SecureData<T>
Wrapper for secure data storage with encryption and expiration support.
SecureServiceDescriptor
Descriptor for a service that can be registered
SecureServiceRegistry
A secure service registry for modules with audit logging

Enums

AirLogLevel
Log levels for the Air framework
AuditSeverity
Audit severity levels
AuditType
Types of audit events
InteractionType
Type of interaction between modules