Bases: object
Interface description for an ID Mapping driver.
Create and store a mapping to a public_id.
Parameters: |
|
---|---|
Returns: | public ID |
Delete an entry for the given public_id.
Parameters: | public_id – The public ID for the mapping to be deleted. |
---|
The method is silent if no mapping is found.
Return the local mapping.
Parameters: | public_id – The public ID for the mapping required. |
---|---|
Returns dict: | Containing the entity domain, local ID and type. If no mapping is found, it returns None. |
Bases: sqlalchemy.ext.declarative.api.Base, keystone.common.sql.core.ModelDictMixin
Bases: keystone.identity.mapping_backends.base.MappingDriverV8