Class: Soar::Authentication::IdentityUuidTranslator::UuidGenerator

Inherits:
Object
  • Object
show all
Defined in:
lib/soar/authentication/identity_uuid_translator/uuid_generator.rb

Class Method Summary collapse

Class Method Details

.generate(name) ⇒ Object



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

def self.generate(name)
  UUIDTools::UUID.md5_create(UUIDTools::UUID_DNS_NAMESPACE, name).to_s
end