keystone.endpoint_policy.controllers module

keystone.endpoint_policy.controllers module

class keystone.endpoint_policy.controllers.EndpointPolicyV3Controller[source]

Bases: keystone.common.controller.V3Controller

check_policy_association_for_endpoint(request, *args, **kwargs)[source]

Check an association between a policy and an endpoint.

check_policy_association_for_region_and_service(request, *args, **kwargs)[source]

Check an association between a policy and region+service.

check_policy_association_for_service(request, *args, **kwargs)[source]

Check an association between a policy and a service.

collection_name = 'endpoints'
create_policy_association_for_endpoint(request, *args, **kwargs)[source]

Create an association between a policy and an endpoint.

create_policy_association_for_region_and_service(request, *args, **kwargs)[source]

Create an association between a policy and region+service.

create_policy_association_for_service(request, *args, **kwargs)[source]

Create an association between a policy and a service.

delete_policy_association_for_endpoint(request, *args, **kwargs)[source]

Delete an association between a policy and an endpoint.

delete_policy_association_for_region_and_service(request, *args, **kwargs)[source]

Delete an association between a policy and region+service.

delete_policy_association_for_service(request, *args, **kwargs)[source]

Delete an association between a policy and a service.

classmethod filter_endpoint(ref)[source]
get_policy_for_endpoint(request, *args, **kwargs)[source]

Get the effective policy for an endpoint.

list_endpoints_for_policy(request, *args, **kwargs)[source]

List endpoints with the effective association to a policy.

member_name = 'endpoint'
classmethod wrap_member(context, ref)[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.