Skip to content

authorized_clients

Structs


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