Bases: ProviderAPIMixin
, object
Interface description for an ID Mapping driver.
Create and store a mapping to a public_id.
local_entity (dict) – Containing the entity domain, local ID and type (‘user’ or ‘group’).
public_id – If specified, this will be the public ID. If this is not specified, a public ID will be generated.
public ID
Delete an entry for the given public_id.
public_id – The public ID for the mapping to be deleted.
The method is silent if no mapping is found.
Return mappings for the domain.
domain_id – Domain ID to get mappings for.
entity_type (String, one of mappings defined in keystone.identity.mapping_backends.mapping.EntityType) – Optional entity_type to get mappings for.
list of mappings.
Return the local mapping.
public_id – The public ID for the mapping required.
Containing the entity domain, local ID and type. If no mapping is found, it returns None.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.