Skip to main content

Module caep

Module caep 

Source
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§

CaepEvent
A CAEP event (carried as a Security Event Token — SET).
CaepReceiver
CAEP event receiver — processes incoming events.
CaepTransmitter
CAEP event transmitter — manages streams and dispatches events.
StreamConfig
SSE stream configuration.
StreamConfigBuilder
Builder for CAEP stream configuration.

Enums§

ChangeType
Change type for credential/compliance events.
DeliveryMethod
SSE stream delivery method.
EventReasonAdmin
The reason/initiating entity for a CAEP event.
StreamStatus
Stream status.
SubjectIdentifier
Subject identifier formats per the SSE Framework.

Type Aliases§

EventHandler
Callback type for handling received CAEP events.