Expand description
CAEP (Continuous Access Evaluation Protocol) implementation.
Implements the Shared Signals and Events (SSE) Framework with CAEP event types for continuous access evaluation, session revocation, and compliance signalling.
§References
Modules§
- event_
types - Well-known CAEP event type URIs.
Structs§
- Caep
Event - A CAEP event (carried as a Security Event Token — SET).
- Caep
Receiver - CAEP event receiver — processes incoming events.
- Caep
Transmitter - CAEP event transmitter — manages streams and dispatches events.
- Stream
Config - SSE stream configuration.
- Stream
Config Builder - Builder for CAEP stream configuration.
Enums§
- Change
Type - Change type for credential/compliance events.
- Delivery
Method - SSE stream delivery method.
- Event
Reason Admin - The reason/initiating entity for a CAEP event.
- Stream
Status - Stream status.
- Subject
Identifier - Subject identifier formats per the SSE Framework.
Type Aliases§
- Event
Handler - Callback type for handling received CAEP events.