Module scope

Module scope 

Source
Expand description

Expressions for access policy as evaluated for a particular security context.

This module provides the Scope trait, and generic implementations thereof.

Structs§

AifValue
A representation of an RFC9237 using the REST-specific model.
AllowAll
A scope expression that allows all requests.
DenyAll
A scope expression that denies all requests.
InvalidScope
Error type indicating that a scope could not be created from the given token scope.

Enums§

UnionScope
A scope that can use multiple backends, erasing its type.

Traits§

Scope
A data item representing the server access policy as evaluated for a particular security context.