Module kanidmd_lib::server
source · Expand description
server
contains the query server, which is the main high level construction
to coordinate queries and operations in the server.
Modules
Access Control Profiles
Contains structures related to the Identity that initiated an
Event
in the
server. Generally this Identity is what will have access controls applied to
and this provides the set of Limits
to confine how many resources that the
identity may consume during operations to prevent denial-of-service.Structs
Traits
The
QueryServerTransaction
trait provides a set of common read only operations to be
shared between QueryServerReadTransaction
and QueryServerWriteTransaction
s.