summaryrefslogtreecommitdiff
path: root/keystoneclient/auth/identity/base.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Mark abstractmethod bodies with nocover"Jenkins2015-10-221-1/+1
|\
| * Mark abstractmethod bodies with nocoverBrant Knudson2015-10-211-1/+1
* | Merge "Docstring spelling and function-vs-method fixes"Jenkins2015-10-211-5/+5
|\ \ | |/ |/|
| * Docstring spelling and function-vs-method fixesDolph Mathews2015-10-211-5/+5
* | pass on @abc.abstractmethodsDolph Mathews2015-10-211-0/+1
|/
* Identity plugin thread safetyJamie Lennox2015-09-101-2/+10
* Proper deprecation for BaseIdentityPlugin trust_id propertyBrant Knudson2015-07-261-3/+25
* Proper deprecation for BaseIdentityPlugin username, password, token_id proper...Brant Knudson2015-07-261-3/+76
* Stop using function deprecated in Python 3Brant Knudson2015-06-081-6/+8
* Merge "Support discovery on the AUTH_INTERFACE"Jenkins2015-05-201-19/+22
|\
| * Support discovery on the AUTH_INTERFACEJamie Lennox2015-03-301-19/+22
* | Increase minimum token life requiredJamie Lennox2015-04-091-2/+3
|/
* Change oslo.config to oslo_configBrant Knudson2015-01-311-1/+1
* Merge "Fix up types within API documentation"Jenkins2015-01-181-1/+13
|\
| * Fix up types within API documentationJamie Lennox2014-12-161-1/+13
* | Allow fetching user_id/project_id from authJamie Lennox2015-01-051-0/+6
|/
* Merge "Docstring cleanup for return type"Jenkins2014-12-021-7/+12
|\
| * Docstring cleanup for return typeBrant Knudson2014-10-151-7/+12
* | Merge "Cleanup docs - raises class"Jenkins2014-11-181-7/+15
|\ \
| * | Cleanup docs - raises classBrant Knudson2014-10-181-7/+15
| |/
* | I18nBrant Knudson2014-10-281-5/+7
|/
* Docstrings should have :returns: everywhere.Marek Denis2014-10-151-1/+1
* Versioned Endpoint hack for SessionsJamie Lennox2014-09-161-1/+8
* Merge "Version independent plugins"Jenkins2014-09-111-5/+7
|\
| * Version independent pluginsJamie Lennox2014-09-031-5/+7
* | Merge "Handle invalidate in identity plugins correctly"Jenkins2014-09-091-2/+5
|\ \ | |/ |/|
| * Handle invalidate in identity plugins correctlyJamie Lennox2014-08-071-2/+5
* | Allow unauthenticated discoveryJamie Lennox2014-08-211-3/+9
* | Isolate get_discovery functionJamie Lennox2014-08-071-20/+43
|/
* Control identity plugin reauthenticationJamie Lennox2014-08-041-3/+26
* Add the 'auth' interface typeJamie Lennox2014-07-251-2/+11
* Merge "Add invalidate doc string to identity plugin"Jenkins2014-07-141-0/+12
|\
| * Add invalidate doc string to identity pluginJamie Lennox2014-06-251-0/+12
* | Plugin loading from config objectsJamie Lennox2014-07-071-0/+11
|/
* Merge "Unversioned endpoints in service catalog"Jenkins2014-06-251-9/+55
|\
| * Unversioned endpoints in service catalogJamie Lennox2014-06-231-9/+55
* | Update keystoneclient code to account for hacking 0.9.2Steve Martinelli2014-06-191-0/+1
|/
* Add service_name to URL discoveryJamie Lennox2014-06-111-2/+5
* Auth Plugin invalidationJamie Lennox2014-05-231-0/+4
* Add new error for invalid responseJamie Lennox2014-04-151-0/+1
* Rename HTTPError -> HttpErrorJamie Lennox2014-04-151-4/+4
* Merge "Handle URLs via the session and auth_plugins"Jenkins2014-03-251-0/+34
|\
| * Handle URLs via the session and auth_pluginsJamie Lennox2014-03-251-0/+34
* | Fix passing get_token kwargs to get_accessJamie Lennox2014-03-251-6/+5
|/
* Create V2 Auth PluginsJamie Lennox2014-02-211-4/+38
* Remove vim headerEric Guo2014-02-081-2/+0
* Create Authentication PluginsJamie Lennox2014-02-041-0/+60