The keystone.trust.backends.kvs Module

An in memory implementation of the trusts API. only to be used for testing purposes

class keystone.trust.backends.kvs.Trust(db=None)

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

create_trust(trust_id, trust, roles)
delete_trust(trust_id)
get_trust(trust_id)
list_trusts()
list_trusts_for_trustee(trustee_user_id)
list_trusts_for_trustor(trustor_user_id)

Previous topic

The keystone.token.routers Module

Next topic

The keystone.trust.backends.sql Module

This Page