Skip to main content

Module actor

Module actor 

Source
Expand description

Authenticated authorization actor resolution.

Structs§

AuthenticatedActor
A resolved actor that the PDP can authorize.
PresenterInfo
Information about the process or bridge that presented the request.
ProofSummary
Evidence that established an AuthenticatedActor.
TransportInfo
Transport facts for the request carrying the actor proof.

Enums§

ProofKind
Supported first-cut proof kinds.
SubjectResolutionError
Why actor resolution failed.
TransportKind
Supported transport classes.

Functions§

resolve_local_actor
Resolve a local request actor from captured peer information.
resolve_unauthenticated_actor
Resolve the configured unauthenticated actor, if enabled.
resolve_unix_actor
Resolve a Unix actor by uid with optional presenter context.