Bases: keystone.common.wsgi.Application
Base controller class for Identity API v2.
Bases: keystone.common.controller.V2Controller
Base controller class for Identity API v3.
Child classes should set the collection_name and member_name class attributes, representing the collection of entities they are exposing to the API. This is required for supporting self-referential links, pagination, etc.
Filters a list of references by query string value.
Paginates a list of references by page & per_page query strings.
Wraps filtered API calls with role based access controls (RBAC).
Flatten a nested dictionary
Converts a dictionary with nested values to a single level flat dictionary, with dotted notation for each key.
Wraps API calls with role based access controls (RBAC).