keystone.credential.core module

keystone.credential.core module

Main entry point into the Credential service.

class keystone.credential.core.Manager[source]

Bases: keystone.common.manager.Manager

Default pivot point for the Credential backend.

See keystone.common.manager.Manager for more details on how this dynamically calls the backend.

create_credential(**kwargs)[source]

Create a credential.

delete_credential(**kwargs)[source]

Delete a credential.

driver_namespace = 'keystone.credential'
get_credential(**kwargs)[source]

Return a credential reference.

list_credentials(**kwargs)[source]
list_credentials_for_user(**kwargs)[source]

List credentials for a specific user.

update_credential(**kwargs)[source]

Update an existing credential.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.