Struct orca::kani::KaniLdapServer [−][src]
pub struct KaniLdapServer {
http: KaniHttpServer,
ldap: LdapClient,
}
Fields
http: KaniHttpServer
ldap: LdapClient
Implementations
fn construct(
uri: String,
admin_pw: String,
ldap_uri: String,
basedn: String
) -> Result<Box<Self>, ()>
pub fn build(
uri: String,
admin_pw: String,
ldap_uri: String,
basedn: String
) -> Result<TargetServer, ()>
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 KaniLdapServer
impl Send for KaniLdapServer
impl Sync for KaniLdapServer
impl Unpin for KaniLdapServer
impl !UnwindSafe for KaniLdapServer
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