Struct orca::ds::DirectoryServer [−][src]
pub struct DirectoryServer {
ldap: LdapClient,
dm_pw: String,
}
Fields
ldap: LdapClient
dm_pw: String
Implementations
pub async fn setup_admin_precreate_entities(
&self,
targets: &HashSet<Uuid>,
all_entities: &HashMap<Uuid, Entity>
) -> Result<(), ()>
pub async fn setup_access_controls(
&self,
access: &HashMap<Uuid, Vec<EntityType>>,
all_entities: &HashMap<Uuid, Entity>
) -> Result<(), ()>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DirectoryServer
impl Send for DirectoryServer
impl Sync for DirectoryServer
impl Unpin for DirectoryServer
impl !UnwindSafe for DirectoryServer
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more