Bases: keystone.common.controller.V3Controller
Main entry point into the Credentials service.
Bases: object
Creates a new credential.
| Raises : | keystone.exception.Conflict |
|---|
Deletes an existing credential.
| Raises : | keystone.exception.CredentialNotFound |
|---|
Get a credential by ID.
| Returns: | credential_ref |
|---|---|
| Raises : | keystone.exception.CredentialNotFound |
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. |
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.