Struct kanidmd_lib::idm::server::IdmServer
source · pub struct IdmServer { /* private fields */ }
Implementations§
source§impl IdmServer
impl IdmServer
pub fn new(
qs: QueryServer,
origin: &str
) -> Result<(IdmServer, IdmServerDelayed), OperationError>
pub async fn auth_async(&self) -> IdmServerAuthTransaction<'_>
sourcepub async fn proxy_read(&self) -> IdmServerProxyReadTransaction<'_>
pub async fn proxy_read(&self) -> IdmServerProxyReadTransaction<'_>
Read from the database, in a transaction.