keystone.endpoint_policy.core module

keystone.endpoint_policy.core module

class keystone.endpoint_policy.core.Manager[source]

Bases: keystone.common.manager.Manager

Default pivot point for the Endpoint Policy backend.

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

check_policy_association(policy_id, endpoint_id=None, service_id=None, region_id=None)[source]
create_policy_association(policy_id, endpoint_id=None, service_id=None, region_id=None)[source]
delete_policy_association(policy_id, endpoint_id=None, service_id=None, region_id=None)[source]
driver_namespace = 'keystone.endpoint_policy'
get_policy_for_endpoint(endpoint_id)[source]
list_endpoints_for_policy(policy_id)[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.