Module 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§

batch_modify
create
delete
identity
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.
modify
scim

Structs§

ChangeFlag
DomainInfo
Domain Information. This should not contain sensitive information, the data within this structure may be used for public presentation.
QueryServer
QueryServerReadTransaction
QueryServerWriteTransaction
SystemConfig

Traits§

QueryServerTransaction
The QueryServerTransaction trait provides a set of common read only operations to be shared between QueryServerReadTransaction and QueryServerWriteTransactions.