Interface SecurityLevel2::AuditChannel

interface AuditChannel

This AuditChannel object's operation writes auditing information on a specific channel. The channels have not yet be defined. Currently, Orbasec does not implement an Auditing Object as it does not do auditing, yet.



Attribute Index

audit_channel_id

Operation Index

audit_write

Attributes

audit_channel_id
readonly attribute Security::AuditChannelId audit_channel_id;

Operations

audit_write
void audit_write(in Security::AuditEventType event_type,
                 in CredentialsList creds,
                 in Security::UtcT time,
                 in Security::SelectorValueList descriptors,
                 in Security::Opaque event_specific_data);

Generated by the ORBacus IDL-to-HTML translator (non-commercial)