Class: Soar::Registry::Identity::Provider::Customer::Uuid
- Inherits:
-
SoarIdm::IdmApi
- Object
- SoarIdm::IdmApi
- Soar::Registry::Identity::Provider::Customer::Uuid
- Defined in:
- lib/soar/registry/identity/provider/customer/uuid.rb
Overview
Work in progress. Do not use.
Instance Method Summary collapse
-
#calculate_identities(identifier) ⇒ Hash
An identity.
Instance Method Details
#calculate_identities(identifier) ⇒ Hash
Returns an identity.
18 19 20 |
# File 'lib/soar/registry/identity/provider/customer/uuid.rb', line 18 def calculate_identities(identifier) return [@translator.get_identity(@directory.fetch(identifier))] end |