ProtonSaslMechanismFinderImpl

Undocumented in source.

Members

Static functions

findMatchingMechanism
ProtonSaslMechanism findMatchingMechanism(string username, string password, Set!string mechRestrictions, string[] remoteMechanisms)

Attempts to find a matching Mechanism implementation given a list of supported mechanisms from a remote peer. Can return null if no matching Mechanisms are found.

findMechanismFactory
ProtonSaslMechanismFactory findMechanismFactory(string name)

Searches for a mechanism factory by using the scheme from the given name.

Meta