Class SASL::Mechanism
In: lib/sasl/base.rb
Parent: Object

Common functions for mechanisms

Mechanisms implement handling of methods start and receive. They return: [message_name, content] or nil where message_name is either ‘auth’ or ‘response’ and content is either a string which may transmitted encoded as Base64 or nil.

Methods

failure?   new   receive   start   success?  

Attributes

mechanism  [R] 
preferences  [R] 

Public Class methods

Public Instance methods

[Validate]