Part of libcloud.common.openstack View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | morph_action_hook | Undocumented |
Method | add_default_headers | Undocumented |
Method | authenticate | Authenticate against the keystone api. |
Method | authenticate_1_0 | Undocumented |
Method | authenticate_1_1 | Undocumented |
Method | authenticate_2_0_with_apikey | Undocumented |
Method | authenticate_2_0_with_password | Undocumented |
Method | authenticate_2_0_with_body | Undocumented |
Method | _is_token_valid | Return True if the current taken is already cached and hasn't expired yet. |
Authenticate against the keystone api. @param force: Forcefully update the token even if it's already cached and still valid. @type force: C{bool}
Return True if the current taken is already cached and hasn't expired yet. @rtype: C{bool}