keystone/keystone/models
Lance Bragstad 693a86f2a1 Add serialization for TokenModel object
Future changes are going to rely on an instance of TokenModel through
out the token provider API instead of a dictionary. We need to
serialize the new object so that we can cache it like we do with
dictionaries.

This change addes a handler that serializes instances of TokenModel
before putting them into the cache backend and reinflates them back
into TokenModel objects on the way out.

Partial-Bug: 1778945
Change-Id: I3d8def90b035616a21edfc0ed42f43fcbd76fe23
2018-07-13 14:27:34 +00:00
..
__init__.py Add the new Keystone TokenModel 2014-07-25 09:50:27 -07:00
revoke_model.py Remove v2 token value model 2017-10-26 16:09:11 +08:00
token_model.py Add serialization for TokenModel object 2018-07-13 14:27:34 +00:00