Bases: object
Interface description for an Shadow Users driver.
Create a new user with the federated identity.
| Parameters: |
|
|---|---|
| Returns dict: | Containing the user reference |
Create a new non-local user.
| Parameters: | user_dict (dict) – Reference to the non-local user |
|---|---|
| Returns dict: | Containing the user reference |
Return the found user for the federated identity.
| Parameters: |
|
|---|---|
| Returns dict: | Containing the user reference |
Return the found user.
| Parameters: | user_id – Unique identifier of the user |
|---|---|
| Returns dict: | Containing the user reference |
Set the last active at date for the user.
| Parameters: | user_id – Unique identifier of the user |
|---|
Update federated user’s display name if changed.
| Parameters: |
|
|---|
Bases: keystone.identity.shadow_backends.base.ShadowUsersDriverBase