Bases: ShadowUsersDriverBase
Create a new federated object.
federated_dict (dict) – Reference to the federated user
Create a new user with the federated identity.
domain_id – The domain ID of the IdP used for the federated user
federated_dict (dict) – Reference to the federated user
email – Federated user’s email
Containing the user reference
Create a new non-local user.
user_dict (dict) – Reference to the non-local user
Containing the user reference
Delete a user’s federated objects.
user_id – Unique identifier of the user
Get all federated objects for a user.
user_id – Unique identifier of the user
Containing the user’s federated objects
Return the found user for the federated identity.
idp_id – The identity provider ID
protocol_id – The federation protocol ID
unique_id – The unique ID for the user
Containing the user reference
Return the found user.
user_id – Unique identifier of the user
Containing the user reference
Get the shadow users info with the specified filters.
hints – contains the list of filters yet to be satisfied. Any filters satisfied here will be removed so that the caller will know if any filters remain.
A list of objects that containing the shadow users reference.
Set the last active at date for the user.
user_id – Unique identifier of the user
Update federated user’s display name if changed.
idp_id – The identity provider ID
protocol_id – The federation protocol ID
unique_id – The unique ID for the user
display_name – The user’s display name
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.