Bases: keystoneclient.auth.identity.base.BaseIdentityPlugin
An identity plugin that is not version dependant.
Internally we will construct a version dependant plugin with the resolved URL and then proxy all calls from the base plugin to the versioned one.
Create a plugin from the given paramters.
This function will be called multiple times with the version and url of a potential endpoint. If a plugin can be constructed that fits the params then it should return it. If not return None and then another call will be made with other available URLs.
Parameters: |
|
---|---|
Returns: | A plugin that can match the parameters or None if nothing. |
Bases: keystoneclient.auth.identity.generic.password.Password
A Plugin that provides typical authentication options for CLIs.
This plugin provides standard username and password authentication options as well as allowing users to override with a custom token and endpoint.
Bases: keystoneclient.auth.identity.generic.base.BaseGenericPlugin
A common user/password authentication plugin.
Parameters: |
---|
Bases: keystoneclient.auth.identity.generic.base.BaseGenericPlugin
Generic token auth plugin.
Parameters: | token (string) – Token for authentication. |
---|
Bases: keystoneclient.auth.identity.base.BaseIdentityPlugin
An identity plugin that is not version dependant.
Internally we will construct a version dependant plugin with the resolved URL and then proxy all calls from the base plugin to the versioned one.
Create a plugin from the given paramters.
This function will be called multiple times with the version and url of a potential endpoint. If a plugin can be constructed that fits the params then it should return it. If not return None and then another call will be made with other available URLs.
Parameters: |
|
---|---|
Returns: | A plugin that can match the parameters or None if nothing. |
Bases: keystoneclient.auth.identity.generic.base.BaseGenericPlugin
A common user/password authentication plugin.
Parameters: |
---|
Bases: keystoneclient.auth.identity.generic.base.BaseGenericPlugin
Generic token auth plugin.
Parameters: | token (string) – Token for authentication. |
---|