Struct orca::kani::KaniHttpServer [−][src]
pub struct KaniHttpServer {
uri: String,
admin_pw: String,
client: KanidmAsyncClient,
}
Fields
uri: String
admin_pw: String
client: KanidmAsyncClient
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 KaniHttpServer
impl Send for KaniHttpServer
impl Sync for KaniHttpServer
impl Unpin for KaniHttpServer
impl !UnwindSafe for KaniHttpServer
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