[][src]Module libgssapi::context

Structs

ClientCtx

The client side of a security context. Contexts are wrapped in and Arc<Mutex<_>> internally, so clones work and you can use them safely from other threads.

CtxFlags
CtxInfo
ServerCtx

The server side of a security context. Contexts are wrapped in and Arc<Mutex<_>> internally, so clones work and you can use them safely from other threads.

Traits

SecurityContext