AbstractFactory method building a scoped RbacRequestContext helper for controllers and templates.
Current user context (or null for anonymous guest).
RbacRequestContext instance.
AbstractextractNormalizes the target URI path and HTTP method from the incoming request.
Native request object.
Object containing uri and method.
AbstractextractExtracts the authenticated user or M2M agent context from the incoming request.
Native request object.
RbacUserContext or null if unauthenticated.
Abstracthandle
Abstract base class for framework-specific RBAC middlewares (Express, Astro, etc.). Coordinates route access decisions, user context resolution, FLS helper injection, and tarpitting.