Bases: keystone.common.controller.V3Controller
Main entry point into the Credential service.
Bases: object
Creates a new credential.
Raises keystone.exception.Conflict: | |
---|---|
If a duplicate credential exists. |
Deletes an existing credential.
Raises keystone.exception.CredentialNotFound: | |
---|---|
If credential doesn’t exist. |
Get a credential by ID.
Returns: | credential_ref |
---|---|
Raises keystone.exception.CredentialNotFound: | |
If credential doesn’t exist. |
List all credentials.
Parameters: | 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. |
---|---|
Returns: | a list of credential_refs or an empty list. |
List credentials for a user.
Parameters: |
|
---|---|
Returns: | a list of credential_refs or an empty list. |
Updates an existing credential.
Raises: |
|
---|
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.
WSGI Routers for the Credentials service.