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.
- Allow
All - A scope expression that allows all requests.
- DenyAll
- A scope expression that denies all requests.
- Invalid
Scope - Error type indicating that a scope could not be created from the given token scope.
Enums§
- Union
Scope - 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.