Class: Soar::Registry::Identity::Provider::Staff::Id
- Defined in:
- lib/soar/registry/identity/provider/staff/id.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#calculate_identities(identifier) ⇒ Hash
An identity.
Methods inherited from Base
#calculate_all_attributes, #calculate_attributes, #calculate_identifiers, #calculate_roles, #initialize
Constructor Details
This class inherits a constructor from Soar::Registry::Identity::Provider::Staff::Base
Instance Method Details
#calculate_identities(identifier) ⇒ Hash
Returns an identity.
14 15 16 |
# File 'lib/soar/registry/identity/provider/staff/id.rb', line 14 def calculate_identities(identifier) return [@translator.get_identity(@directory.fetch(identifier))] end |