Workflow Logic the Application Credential service.
keystone.application_credential.controllers.
ApplicationCredentialV3
[source]¶Bases: keystone.common.controller.V3Controller
collection_name
= 'application_credentials'¶member_name
= 'application_credential'¶Main entry point into the Application Credential service.
keystone.application_credential.core.
Manager
[source]¶Bases: keystone.common.manager.Manager
Default pivot point for the Application Credential backend.
See keystone.common.manager.Manager
for more details on how this
dynamically calls the backend.
authenticate
(*args, **kwargs)[source]¶Authenticate with an application credential.
Parameters: |
|
---|
create_application_credential
(*args, **kwargs)[source]¶Create a new application credential.
Parameters: |
|
---|---|
Returns: | a new application credential |
delete_application_credential
(*args, **kwargs)[source]¶Delete an application credential.
Parameters: |
|
---|---|
Raises: | keystone.exception.ApplicationCredentialNotFound – If the application credential doesn’t exist. |
driver_namespace
= 'keystone.application_credential'¶WSGI Routers for the Application Credential service.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.