Bases: keystoneauth1.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: keystoneauth1.identity.generic.base.BaseGenericPlugin
A common user/password authentication plugin.
Parameters: |
---|
Bases: keystoneauth1.identity.generic.base.BaseGenericPlugin
Generic token auth plugin.
Parameters: | token (string) – Token for authentication. |
---|
Bases: keystoneauth1.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: keystoneauth1.identity.generic.base.BaseGenericPlugin
A common user/password authentication plugin.
Parameters: |
---|
Bases: keystoneauth1.identity.generic.base.BaseGenericPlugin
Generic token auth plugin.
Parameters: | token (string) – Token for authentication. |
---|