Class: AuthSource (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Class Methods
AuthSource.allow_password_changes? (2/E)
AuthSource.authenticate (2/E) / 2
Instance Methods
AuthSource#authenticate (1/2) / 2
AuthSource#test_connection
AuthSource#auth_method_name
AuthSource#account_password
AuthSource#account_password= / 1
AuthSource#allow_password_changes? (1/2)
is a submodule of
module: <Toplevel Module>   
includes
  Ciphering ( Redmine )
  SubclassFactory ( Redmine )
inherits from
  Base ( ActiveRecord )
is inherited by
  AuthSourceLdap   
has properties
method: authenticate (1/2) / 2   
method: test_connection   
method: auth_method_name   
method: account_password   
method: account_password= / 1   
method: allow_password_changes? (1/2)   
class method: allow_password_changes? (2/E)   
class method: authenticate (2/E) / 2   
is defined at
#22 in app/models/auth_source.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveRecord
class: Base     
✗ class: AuthSource
  class: AuthSourceLdap
  module: Redmine
module: Ciphering     
module: SubclassFactory     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActiveRecord )
has properties
class method: find_ids / 1   
AuthSource
includes
  Ciphering ( Redmine )
  SubclassFactory ( Redmine )
has properties
method: authenticate (1/2) / 2   
method: test_connection   
method: auth_method_name   
method: account_password   
method: account_password= / 1   
method: allow_password_changes? (1/2)   
class method: allow_password_changes? (2/E)   
class method: authenticate (2/E) / 2   
  AuthSourceLdap     

Class Methods

AuthSource.allow_password_changes? (2/E)

#55 in app/models/auth_source.rb

allow_password_changes?

AuthSource.authenticate (2/E) / 2

#60 in app/models/auth_source.rb

authenticate ( login ,
  password )

Instance Methods

AuthSource#authenticate (1/2) / 2

#32 in app/models/auth_source.rb

authenticate ( login ,
  password )

AuthSource#test_connection

#35 in app/models/auth_source.rb

test_connection

AuthSource#auth_method_name

#38 in app/models/auth_source.rb

auth_method_name

AuthSource#account_password

#42 in app/models/auth_source.rb

account_password

AuthSource#account_password= / 1

#46 in app/models/auth_source.rb

account_password= ( arg )

AuthSource#allow_password_changes? (1/2)

#50 in app/models/auth_source.rb

allow_password_changes?