keystone/keystone/tests/unit/identity/shadow_users
Morgan Fainberg 1896d1ba0d Code-Defined Resource-specific Options
Implement the code-defined resource specific options framework
for the Identity subsystem (User). Options are defined in code
in the keystone.identity.backends.resource_options. These options
are extracted from the update dict, validated for a specific type,
and stored in an attribute association (as a one[User] to
Many[one-per-option-type]) relation in a database table.

On retrival options are converted from the association to elements
in the user reference dict.

Setting an option explicitly to None removes the option (unsets it).

Updating a specific option will have no impact on other options.

Change-Id: I90875ce2c3cf899557bb1f215fa1bda9576cbe83
2017-01-25 16:15:44 -08:00
..
__init__.py Refactor shadow users tests 2017-01-25 16:11:01 +00:00
test_backend.py Set the domain for federated users 2017-01-25 22:03:52 +00:00
test_core.py Code-Defined Resource-specific Options 2017-01-25 16:15:44 -08:00