Module: Soar::Authentication::Identity

Defined in:
lib/soar/authentication/identity.rb,
lib/soar/authentication/identity/error.rb,
lib/soar/authentication/identity/model.rb,
lib/soar/authentication/identity/factory.rb,
lib/soar/authentication/identity/provider/stub.rb,
lib/soar/authentication/identity/provider/staff.rb,
lib/soar/authentication/identity/test/orchestrator.rb,
lib/soar/authentication/identity/test/orchestration_provider/stub.rb,
lib/soar/authentication/identity/test/orchestration_provider/staff.rb

Defined Under Namespace

Modules: Error, Factory, Provider, Test Classes: Model

Class Method Summary collapse

Class Method Details

.new(provider) ⇒ Object



8
9
10
# File 'lib/soar/authentication/identity.rb', line 8

def self.new(provider)
  Soar::Authentication::Identity::Model.new(provider)
end