The keystone.token.backends.kvs Module

class keystone.token.backends.kvs.Token(db=None)

Bases: keystone.common.kvs.Base, keystone.token.core.Driver

create_token(token_id, data)
delete_token(token_id)
get_token(token_id)
is_expired(now, ref)
is_not_expired(now, ref)
list_revoked_tokens()
list_tokens(user_id, tenant_id=None, trust_id=None)
trust_matches(trust_id, ref)

Previous topic

The keystone.test Module

Next topic

The keystone.token.backends.memcache Module

This Page