deb-python-castellan/castellan/common/credentials
Fernando Diaz db3c7a4e02 Introduce Castellan Credential Objects
This patch introduces the credential class in Castellan. It
includes Credential, Token, Password, Keystone Token, and
Keystone Password classes.
It is the first of several patches which will implement the
"Allow different Keystone Auth Support in Castellan" blueprint.

Other patches will add:
1.) credential factory
2.) barbican key manager logic and tests
3.) documentation on usage

Implements: blueprint remove-keystone-dependency
Change-Id: I4a4a85a108403d832e2bba91c901aaede605168d
2016-02-05 16:46:01 +00:00
..
__init__.py Introduce Castellan Credential Objects 2016-02-05 16:46:01 +00:00
credential.py Introduce Castellan Credential Objects 2016-02-05 16:46:01 +00:00
keystone_password.py Introduce Castellan Credential Objects 2016-02-05 16:46:01 +00:00
keystone_token.py Introduce Castellan Credential Objects 2016-02-05 16:46:01 +00:00
password.py Introduce Castellan Credential Objects 2016-02-05 16:46:01 +00:00
token.py Introduce Castellan Credential Objects 2016-02-05 16:46:01 +00:00