Class: Olelo::User::Service

Inherits:
Object show all
Extended by:
Factory
Includes:
Olelo::Util
Defined in:
lib/olelo/user.rb

Instance Method Summary collapse

Methods included from Factory

[], register, registry

Methods included from Olelo::Util

#check, #decode64, #deep_copy, #encode64, #escape, #escape_html, #escape_javascript, included, #md5, #no_cache?, #sha256, #titlecase, #truncate, #unescape, #unescape_backslash, #unescape_html, #valid_xml_chars?

Instance Method Details

#authenticate(name, password) ⇒ Object

Raises:

  • (NotImplementedError)


57
58
59
# File 'lib/olelo/user.rb', line 57

def authenticate(name, password)
  raise NotImplementedError
end

#find(name) ⇒ Object

Raises:

  • (NotImplementedError)


53
54
55
# File 'lib/olelo/user.rb', line 53

def find(name)
  raise NotImplementedError
end