The keystone.trust.core Module

Main entry point into the Identity service.

class keystone.trust.core.Driver

Bases: object

create_trust(trust_id, trust, roles)

Create a new trust.

Returns:a new trust
get_trust(trust_id)
list_trusts()
list_trusts_for_trustee(trustee)
list_trusts_for_trustor(trustor)
class keystone.trust.core.Manager(*args, **kwargs)

Bases: keystone.common.manager.Manager

Default pivot point for the Trust backend.

See keystone.common.manager.Manager for more details on how this dynamically calls the backend.

Previous topic

The keystone.trust.controllers Module

Next topic

The keystone.trust.routers Module

This Page