Methods

HTAuth::Plaintext

the plaintext algorithm, which does absolutly nothing

Public Class Methods

new(params = {}) click to toggle source

ignore parameters

   # File lib/htauth/plaintext.rb, line 8
8:         def initialize(params = {}) 
9:         end

Public Instance Methods

encode(password) click to toggle source

(Not documented)

    # File lib/htauth/plaintext.rb, line 14
14:         def encode(password)
15:             "#{password}"
16:         end
prefix() click to toggle source

(Not documented)

    # File lib/htauth/plaintext.rb, line 10
10:         def prefix
11:             ""
12:         end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.