Function qpid_proton_sys::pn_sasl[][src]

pub unsafe extern "C" fn pn_sasl(
    transport: *mut pn_transport_t
) -> *mut pn_sasl_t
Expand description

Construct an Authentication and Security Layer object. This will return the SASL layer object for the supplied transport object. If there is currently no SASL layer one will be created. On the client side of an AMQP connection this will have the effect of ensuring that the AMQP SASL layer is used for that connection.