authorized_clients
Module: authorized_clients
Section titled “Module: authorized_clients”Contents
Section titled “Contents”Structs
AuthorizedClientSet- In-memory set of authorized client identities (CN or DNS SAN strings).
firma_authority::authorized_clients::AuthorizedClientSet
Section titled “firma_authority::authorized_clients::AuthorizedClientSet”Struct
In-memory set of authorized client identities (CN or DNS SAN strings).
Populated from the on-disk authorized clients TOML file at startup. Look-ups are O(1) and require no locking — the set is immutable after construction.
Trait Implementations:
- Clone
fn clone(self: &Self) -> AuthorizedClientSet
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result