The keystone.trust.controllers Module

class keystone.trust.controllers.TrustV3(*args, **kwargs)

Bases: keystone.common.controller.V3Controller

check_role_for_trust(context, **kwargs)

Checks if a role has been assigned to a trust.

collection_name = 'trusts'
create_trust(context, **kwargs)

The user creating the trust must be trustor

delete_trust(context, **kwargs)
get_role_for_trust(context, **kwargs)

Checks if a role has been assigned to a trust.

get_trust(context, trust_id)
list_roles_for_trust(context, **kwargs)
list_trusts(context, **kwargs)
member_name = 'trust'

Previous topic

The keystone.trust.backends.sql Module

Next topic

The keystone.trust.core Module

This Page