keystoneauth1.access.service_providers module¶
-
class
keystoneauth1.access.service_providers.
ServiceProviders
(service_providers: list) Bases:
object
Helper methods for dealing with Service Providers.
-
__dict__
= mappingproxy({'__module__': 'keystoneauth1.access.service_providers', '__doc__': 'Helper methods for dealing with Service Providers.', '__init__': <function ServiceProviders.__init__>, 'from_token': <classmethod object>, '_get_service_provider': <function ServiceProviders._get_service_provider>, 'get_sp_url': <function ServiceProviders.get_sp_url>, 'get_auth_url': <function ServiceProviders.get_auth_url>, '__dict__': <attribute '__dict__' of 'ServiceProviders' objects>, '__weakref__': <attribute '__weakref__' of 'ServiceProviders' objects>, '__annotations__': {}})
-
__doc__
= 'Helper methods for dealing with Service Providers.'
-
__init__
(service_providers: list) Initialize self. See help(type(self)) for accurate signature.
-
__module__
= 'keystoneauth1.access.service_providers'
-
__weakref__
list of weak references to the object (if defined)
-
_get_service_provider
(sp_id: str) → keystoneauth1.access.types.ServiceProviderV3
-
classmethod
from_token
(token: keystoneauth1.access.types.TokenResponseV3) → keystoneauth1.access.service_providers.ServiceProviders
-
get_auth_url
(sp_id: str) → str
-
get_sp_url
(sp_id: str) → str
-