Bases: keystone.common.controller.V3Controller
Establishes an association between an endpoint and a project.
Verifies endpoint is currently associated with given project.
Lists all endpoints currently associated with a given project.
Bases: object
Interface description for an Endpoint Filter driver.
Creates an endpoint to project association.
Parameters: |
|
---|---|
Raises: | keystone.exception.Conflict, |
Returns: | None. |
Checks if an endpoint is associated with a project.
Parameters: |
|
---|---|
Raises: | exception.NotFound |
Returns: | None. |
List all endpoints associated with a project.
Parameters: | project_id (string) – identity of the project to check |
---|---|
Returns: | a list of identity endpoint ids or an empty list. |
Bases: keystone.common.manager.Manager
Default pivot point for the Endpoint Filter backend.
See keystone.common.manager.Manager for more details on how this dynamically calls the backend.