Module resolver

Source
Expand description

Tenant resolution for multi-tenant SCIM operations.

This module provides traits and implementations for resolving tenant contexts from authentication credentials. This is a critical component for multi-tenant security as it maps incoming requests to the appropriate tenant context.

Structs§

StaticTenantResolver
Static in-memory tenant resolver for testing and simple deployments.
StaticTenantResolverBuilder
Builder for creating a StaticTenantResolver with predefined tenants.

Enums§

StaticResolverError
Error type for static tenant resolver operations

Traits§

TenantResolver
Trait for resolving tenant contexts from authentication credentials.