Module: Soar::Authentication::IdentityUuidTranslator

Defined in:
lib/soar/authentication/identity_uuid_translator.rb,
lib/soar/authentication/identity_uuid_translator/error.rb,
lib/soar/authentication/identity_uuid_translator/model.rb,
lib/soar/authentication/identity_uuid_translator/factory.rb,
lib/soar/authentication/identity_uuid_translator/provider/staff.rb,
lib/soar/authentication/identity_uuid_translator/role_generator.rb,
lib/soar/authentication/identity_uuid_translator/uuid_generator.rb,
lib/soar/authentication/identity_uuid_translator/provider/customer.rb,
lib/soar/authentication/identity_uuid_translator/test/orchestrator.rb,
lib/soar/authentication/identity_uuid_translator/test/orchestration_provider/base.rb,
lib/soar/authentication/identity_uuid_translator/test/orchestration_provider/staff.rb,
lib/soar/authentication/identity_uuid_translator/test/orchestration_provider/customer.rb,
lib/soar/authentication/identity_uuid_translator/test/orchestration_provider/customer_email.rb,
lib/soar/authentication/identity_uuid_translator/test/orchestration_provider/customer_client_number.rb

Defined Under Namespace

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

Class Method Summary collapse

Class Method Details

.new(provider) ⇒ Object



7
8
9
# File 'lib/soar/authentication/identity_uuid_translator.rb', line 7

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