/usr/lib/python2.6/site-packages/keystoneclient/auth
NameSizeModeActions
identity/-0755rm
base.py134260644editdlrm
base.pyc149510644editdlrm
cli.py32440644editdlrm
cli.pyc29850644editdlrm
conf.py42370644editdlrm
conf.pyc37450644editdlrm
token_endpoint.py17890644editdlrm
token_endpoint.pyc20550644editdlrm
__init__.py11340644editdlrm
__init__.pyc7240644editdlrm
Edit: /usr/lib/python2.6/site-packages/keystoneclient/auth/base.pyc (14951B)
7s(RRRtTrueRtdicttmap(R ((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pytget_available_plugin_classes,s c CsNy"tidtd|dt}Wn"tj oti|nX|iS(sYRetrieve a plugin class by its entrypoint name. :param str name: The name of the object to get. :returns: An auth plugin class. :rtype: :py:class:`keystoneclient.auth.BaseAuthPlugin` :raises keystoneclient.exceptions.NoMatchingPlugin: if a plugin cannot be created. RR R(Rt DriverManagerRRt RuntimeErrorRtNoMatchingPlugintdriver(R R ((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pytget_plugin_class:s  tBaseAuthPlugincBseZdZdZdZdZdZdZdZdZ e dZ e d Z e d Z e d Ze d Ze d Ze dZRS(s0The basic structure of an authentication plugin.cKsdS(s;Obtain a token. How the token is obtained is up to the plugin. If it is still valid it may be re-used, retrieved from cache or invoke an authentication request against a server. There are no required kwargs. They are passed directly to the auth plugin and they are implementation specific. Returning None will indicate that no token was able to be retrieved. This function is misplaced as it should only be required for auth plugins that use the 'X-Auth-Token' header. However due to the way plugins evolved this method is required and often called to trigger an authentication request on a new plugin. When implementing a new plugin it is advised that you implement this method, however if you don't require the 'X-Auth-Token' header override the `get_headers` method instead. :param session: A session object so the plugin can make HTTP calls. :type session: keystoneclient.session.Session :return: A token to use. :rtype: string N(tNone(tselftsessiontkwargs((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyt get_tokenRscKs&|i|}|pdSh|t6S(sFetch authentication headers for message. This is a more generalized replacement of the older get_token to allow plugins to specify different or additional authentication headers to the OpenStack standard 'X-Auth-Token' header. How the authentication headers are obtained is up to the plugin. If the headers are still valid they may be re-used, retrieved from cache or the plugin may invoke an authentication request against a server. The default implementation of get_headers calls the `get_token` method to enable older style plugins to continue functioning unchanged. Subclasses should feel free to completely override this function to provide the headers that they want. There are no required kwargs. They are passed directly to the auth plugin and they are implementation specific. Returning None will indicate that no token was able to be retrieved and that authorization was a failure. Adding no authentication data can be achieved by returning an empty dictionary. :param session: The session object that the auth_plugin belongs to. :type session: keystoneclient.session.Session :returns: Headers that are set to authenticate a message or None for failure. Note that when checking this value that the empty dict is a valid, non-failure response. :rtype: dict N(RRtIDENTITY_AUTH_HEADER_NAME(RRRttoken((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyt get_headersoscKsdS(sReturn an endpoint for the client. There are no required keyword arguments to ``get_endpoint`` as a plugin implementation should use best effort with the information available to determine the endpoint. However there are certain standard options that will be generated by the clients and should be used by plugins: - ``service_type``: what sort of service is required. - ``service_name``: the name of the service in the catalog. - ``interface``: what visibility the endpoint should have. - ``region_name``: the region the endpoint exists in. :param session: The session object that the auth_plugin belongs to. :type session: keystoneclient.session.Session :returns: The base URL that will be used to talk to the required service or None if not available. :rtype: string N(R(RRR((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyt get_endpointscKshS(sReturn any additional connection parameters required for the plugin. :param session: The session object that the auth_plugin belongs to. :type session: keystoneclient.session.Session :returns: Headers that are set to authenticate a message or None for failure. Note that when checking this value that the empty dict is a valid, non-failure response. :rtype: dict ((RRR((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pytget_connection_paramss cCstS(sInvalidate the current authentication data. This should result in fetching a new token on next call. A plugin may be invalidated if an Unauthorized HTTP response is returned to indicate that the token may have been revoked or is otherwise now invalid. :returns: True if there was something that the plugin did to invalidate. This means that it makes sense to try again. If nothing happens returns False to indicate give up. :rtype: bool (R(R((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyt invalidatescKsdS(sReturn a unique user identifier of the plugin. Wherever possible the user id should be inferred from the token however there are certain URLs and other places that require access to the currently authenticated user id. :param session: A session object so the plugin can make HTTP calls. :type session: keystoneclient.session.Session :returns: A user identifier or None if one is not available. :rtype: str N(R(RRR((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyt get_user_ids cKsdS(sReturn the project id that we are authenticated to. Wherever possible the project id should be inferred from the token however there are certain URLs and other places that require access to the currently authenticated project id. :param session: A session object so the plugin can make HTTP calls. :type session: keystoneclient.session.Session :returns: A project identifier or None if one is not available. :rtype: str N(R(RRR((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pytget_project_ids cCsgS(sReturn the list of parameters associated with the auth plugin. This list may be used to generate CLI or config arguments. :returns: A list of Param objects describing available plugin parameters. :rtype: list ((tcls((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyt get_optionss cKs ||S(sCreate a plugin from the arguments retrieved from get_options. A client can override this function to do argument validation or to handle differences between the registered options and what is required to create the plugin. ((R(R((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pytload_from_optionssc Csx|iD]}g}g}xR|g|iD]@}|id|i|id|iiddiq0Wd|D}titii d |d }|i d|p|i d|i d|id d |i|q Wd S( sRegister the CLI options provided by a specific plugin. Given a plugin class convert it's options into argparse arguments and add them to a parser. :param parser: the parser to attach argparse options. :type parser: argparse.ArgumentParser s--os-%ssOS_%st-t_css%x|]}tii|VqWdS(N(tostenvirontget(t.0te((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pys s tdefaulttmetavarthelptdestsos_%sN(R)tdeprecated_optstappendR treplacetuppertsixtnexttmovestfilterRt add_argumentR2R3R4R5(R(tparsertopttargstenvstotenv_varsR2((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pytregister_argparse_argumentss *!   c sfd}|i||S(skLoad a specific plugin object from an argparse result. Convert the results of a parse into the specified plugin. :param namespace: The result from CLI parsing. :type namespace: argparse.Namespace :returns: An auth plugin, or None if a name is not provided. :rtype: :py:class:`keystoneclient.auth.BaseAuthPlugin` cstd|iS(Nsos_%s(tgetattrR5(R@(R(sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyt_getter,s(tload_from_options_getter(R(RRRG((RsG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pytload_from_argparse_argumentss cCs#|i}|i|d|dS(sRegister the oslo_config options that are needed for a plugin. :param conf: A config object. :type conf: oslo_config.cfg.ConfigOpts :param string group: The group name that options should be read from. tgroupN(R)t register_opts(R(tconfRJt plugin_opts((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pytregister_conf_options1s c s"fd}|i||S(sLoad the plugin from a CONF object. Convert the options already registered into a real plugin. :param conf: A config object. :type conf: oslo_config.cfg.ConfigOpts :param string group: The group name that options should be read from. :returns: An authentication Plugin. :rtype: :py:class:`keystoneclient.auth.BaseAuthPlugin` cs|iS(N(R5(R@(RJRL(sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyRGJs(RH(R(RLRJRRG((RJRLsG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pytload_from_conf_options<scKsi|i}xM|D]E}||}|dj o|i|}n|i|i|qW|i|S(sRLoad a plugin from a getter function that returns appropriate values To handle cases other than the provided CONF and CLI loading you can specify a custom loader function that will be queried for the option value. The getter is a function that takes one value, an :py:class:`oslo_config.cfg.Opt` and returns a value to load with. :param getter: A function that returns a value for the given opt. :type getter: callable :returns: An authentication Plugin. :rtype: :py:class:`keystoneclient.auth.BaseAuthPlugin` N(R)Rttypet setdefaultR5R*(R(tgetterRRMR@tval((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyRHOs   (t__name__t __module__t__doc__RR"R#R$R%R&R't classmethodR)R*RERIRNRORH(((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyROs  &      # ( R-R:RtkeystoneclientRtobjecttAUTH_INTERFACERR R RRR(((sG/tmp/pip-build-cD3xZi/python-keystoneclient/keystoneclient/auth/base.pyt s