Class: UserProfileAttributes

Inherits:
Common::RedisStore show all
Defined in:
app/models/user_profile_attributes.rb

Overview

Stores attributes used to identify a user. Serves as a set of inputs to an MVI lookup. Also serves as the receiver of identity attributes received from alternative sources during the SSO flow.

Constant Summary

Constants inherited from Common::RedisStore

Common::RedisStore::REQ_CLASS_INSTANCE_VARS

Method Summary

Methods inherited from Common::RedisStore

create, delete, #destroy, #destroyed?, exists?, #expire, find, find_or_build, #initialize, #initialize_dup, keys, #persisted?, pop, redis_key, redis_store, redis_ttl, #save, #save!, #ttl, #update, #update!

Constructor Details

This class inherits a constructor from Common::RedisStore