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§
- 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 ofLimits
to confine how many resources that the identity may consume during operations to prevent denial-of-service.
Structs§
- Domain Information. This should not contain sensitive information, the data within this structure may be used for public presentation.
Traits§
- The
QueryServerTransaction
trait provides a set of common read only operations to be shared betweenQueryServerReadTransaction
andQueryServerWriteTransaction
s.