Module types

Module types 

Source
Expand description

Core types for the authorization system

Ported from OxiRS (https://github.com/cool-japan/oxirs) Original implementation: Copyright (c) OxiRS Contributors Adapted for OxiFY License: MIT OR Apache-2.0 (compatible with OxiRS)

Structs§

AuthzDecision
Authorization decision with audit trail
NamespaceConfig
Namespace configuration defining relations and their permissions
RelationConfig
Relation configuration with computed/inherited permissions
RequestContext
Request context for conditional permission evaluation

Enums§

RelationshipCondition
Conditions that can be attached to relationships Ported from OxiRS rebac.rs